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;
ListBinding Class | ListBinding Members | System.WinForms Namespace