No announcements
Found 3312689 threads
-
0 Votes
Wiring an event in asp.net getting called.
User863160722 posted That would be even worse - you're only wiring up the event handler the first time the user requests a page in a single session!Answered | 3 Replies | 22 Views | Created by Anonymous - Tuesday, May 24, 2011 6:42 AM | Last reply by Anonymous - Thursday, May 26, 2011 7:37 AM -
21 Votes
Property- Get & Set
A read-only property has a property get and no property set, and a write-only property has a property set and no ...Answered | 30 Replies | 2319 Views | Created by bhd9 - Saturday, December 24, 2011 2:59 PM | Last reply by John Anthony Oliver - Wednesday, December 28, 2011 1:56 PM -
0 Votes
How do you get event wire-up information at run time
= null) { this.PropertyChanged(this, new ...Answered | 2 Replies | 4400 Views | Created by BillJam - Wednesday, March 11, 2009 5:55 PM | Last reply by Tao Liang - Monday, March 16, 2009 6:10 AM -
0 Votes
Wiring an event in asp.net getting called.
I have a 7 web pages and a class that declares some properties, event and some functions.Unanswered | 2 Replies | 10665 Views | Created by Shantanu Gupta - Monday, May 23, 2011 2:27 PM | Last reply by Aspen VJ - Wednesday, May 25, 2011 2:51 AM -
2 Votes
Get some information about property using reflection
could you please check the offset to convert to int for properties?Answered | 7 Replies | 2293 Views | Created by Carlik - Wednesday, December 5, 2012 10:54 AM | Last reply by Louis.fr - Thursday, December 6, 2012 4:00 PM -
0 Votes
PretranslateMessage is not getting called for KEYDOWN event when focus is on the tab in the property page.
Hi, In MFC dialog based application, I created a property sheet in the main dialog by adding 3 dialogs as the pages.Answered | 1 Replies | 5235 Views | Created by rmgs123 - Friday, February 10, 2012 4:42 AM | Last reply by Jesse Jiang - Monday, February 13, 2012 7:03 AM -
0 Votes
How Compiler Knows That Calling Property Is For Get Or Set
MyObject.MyProperty = SomeValue, calls the set accessor for MyProperty.Answered | 2 Replies | 1578 Views | Created by Adil S Ansari - Wednesday, August 8, 2012 11:21 AM | Last reply by CS001 - Wednesday, August 8, 2012 8:35 PM -
0 Votes
How to get a static property by reflection
You'll need to use BindingFlags.Static | BindingFlags.Public in the GetProperty() call.Answered | 3 Replies | 7862 Views | Created by kenlist - Friday, September 5, 2008 5:53 PM | Last reply by tvkrao - Saturday, September 6, 2008 12:40 PM -
1 Votes
Touch Events Not Getting Called
To get around this try setting the map mode option to draw all the shapes in a single layer.Answered | 2 Replies | 1183 Views | Created by meAtHP - Friday, November 1, 2013 2:43 PM | Last reply by meAtHP - Friday, November 1, 2013 4:03 PM -
0 Votes
getting nested objects with reflection and recursion
be careful though, reflection is considerably slow and for recursion even more so[1].Answered | 2 Replies | 6311 Views | Created by VenSree - Tuesday, April 28, 2009 4:08 AM | Last reply by Michael A. Duncan - Wednesday, April 29, 2009 7:38 AM -
1 Votes
Get visible controls with Reflection
Wow Reed, I think you got my idea and I got yours xD I will iterate for all the properties in each object, and search if the property contains (or is) a collection ...Answered | 8 Replies | 3695 Views | Created by piyey - Sunday, September 11, 2011 6:50 PM | Last reply by piyey - Tuesday, September 13, 2011 4:47 AM -
0 Votes
Property set and get not calling if i try to set from xaml
The get and set properties are just convenience wrappers for the real dependency properties.Answered | 6 Replies | 4728 Views | Created by Venugopal - Saturday, July 5, 2008 5:19 PM | Last reply by DutchMarcel - Tuesday, July 8, 2008 8:30 AM -
4 Votes
What does get and set property do?
Automatically implemented properties must define both get and set accessors.Answered | 8 Replies | 671 Views | Created by AkshatMalik - Tuesday, February 17, 2015 6:49 PM | Last reply by AkshatMalik - Wednesday, February 18, 2015 6:38 PM -
1 Votes
programatically replace property type and get/set methods
.NET Reflection only read IL from assemblies, although we can retrieve any information about types/methods/properties, they are in IL format, I don't think it is what ...Answered | 2 Replies | 4563 Views | Created by Milsnips - Thursday, March 10, 2011 12:29 AM | Last reply by WolfgangKluge - Thursday, March 10, 2011 10:05 AM -
1 Votes
Get file property value by name using Reflection on _oledocumentproperties.SummaryProperties instance
Here's some information on the Windows Property SDK to get you started.Answered | 3 Replies | 1304 Views | Created by AtomicBee - Friday, March 4, 2016 4:39 PM | Last reply by CoolDadTx - Monday, March 7, 2016 2:58 PM -
0 Votes
Best Practice - Using get set properties
this.Message); } }Answered | 5 Replies | 3274 Views | Created by Reg Programmer - Wednesday, September 30, 2009 11:37 AM | Last reply by Reg Programmer - Thursday, October 1, 2009 10:18 AM -
3 Votes
Set & Get Public Property of a Class
And as Nick points out, in the simplest of cases, you can save even more lines of code by leaving out the Get and Set sections entirely.Answered | 6 Replies | 3864 Views | Created by Ryan0827 - Tuesday, May 10, 2011 2:08 PM | Last reply by Ryan0827 - Tuesday, May 10, 2011 4:43 PM -
1 Votes
Getting All Properties Of an Object
Hi, I want to get all properties, Methods, Events and all other things connected with an object Can anyone help me!Answered | 11 Replies | 1256 Views | Created by NaxAlpha - Tuesday, December 4, 2012 4:07 PM | Last reply by Renee Culver - Wednesday, December 5, 2012 8:30 AM -
1 Votes
Property Get/Set using intellisense
On the following line type 'g' then 'enter' and it will create the Get/Set methods.Answered | 9 Replies | 5706 Views | Created by reb8 - Wednesday, September 28, 2011 9:12 PM | Last reply by John Anthony Oliver - Saturday, October 1, 2011 11:12 AM -
0 Votes
Event handler code not getting called
public override void ItemAdding(SPItemEventProperties properties) { base.ItemAdding(properties); properties.Status = ...Answered | 3 Replies | 1018 Views | Created by bbatl - Saturday, November 7, 2015 2:51 PM | Last reply by Dennis Guo - Monday, November 9, 2015 3:25 AM - Items 1 to 20 of 3312689 Next ›
No announcements