NGWS SDK Documentation  

This is preliminary documentation and subject to change.
To comment on this topic, please send us email at ngwssdk@microsoft.com. Thanks!

ListBinding.ChangedEventDescriptor

Returns the event descriptor for the Changed listener for this binding. NOTE: This is not in spec, but I found it useful for testing. We need to DCR or hide this.

[Visual Basic]
Public ReadOnly Property ChangedEventDescriptor As EventDescriptor
[C#]
public EventDescriptor ChangedEventDescriptor {get;}
[C++]
public: __property EventDescriptor* get_ChangedEventDescriptor();
[JScript]
public function get ChangedEventDescriptor() : EventDescriptor;

See Also

ListBinding Class | ListBinding Members | System.WinForms Namespace