EventBindingService.IEventBindingService.GetEvent(PropertyDescriptor) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets an EventDescriptor for the event that the specified property descriptor represents, if it represents an event.
virtual System::ComponentModel::EventDescriptor ^ System.ComponentModel.Design.IEventBindingService.GetEvent(System::ComponentModel::PropertyDescriptor ^ property) = System::ComponentModel::Design::IEventBindingService::GetEvent;
System.ComponentModel.EventDescriptor IEventBindingService.GetEvent (System.ComponentModel.PropertyDescriptor property);
System.ComponentModel.EventDescriptor? IEventBindingService.GetEvent (System.ComponentModel.PropertyDescriptor property);
abstract member System.ComponentModel.Design.IEventBindingService.GetEvent : System.ComponentModel.PropertyDescriptor -> System.ComponentModel.EventDescriptor
override this.System.ComponentModel.Design.IEventBindingService.GetEvent : System.ComponentModel.PropertyDescriptor -> System.ComponentModel.EventDescriptor
Function GetEvent (property As PropertyDescriptor) As EventDescriptor Implements IEventBindingService.GetEvent
Parameters
- property
- PropertyDescriptor
The property that represents an event.
Returns
An EventDescriptor for the event that the property represents, or null
if the property does not represent an event.
Implements
Applies to
Співпраця з нами на GitHub
Джерело цього вмісту можна знайти на GitHub, де також можна створювати й переглядати запитання та запити на внесення змін. Докладні відомості наведено в нашому посібнику для співавторів.