Component.Events 屬性
定義
protected:
property System::ComponentModel::EventHandlerList ^ Events { System::ComponentModel::EventHandlerList ^ get(); };
protected System.ComponentModel.EventHandlerList Events { get; }
member this.Events : System.ComponentModel.EventHandlerList
Protected ReadOnly Property Events As EventHandlerList
屬性值
EventHandlerList,提供這個元件的委派。An EventHandlerList that provides the delegates for this component.
備註
如需如何處理事件的詳細資訊,請參閱 處理和引發事件。For more information about how to handle events, see Handling and Raising Events.