C1.Win.C1InputPanel 命名空间 > C1InputPanel 类 : Invalidated 事件 |
'声明
<System.ComponentModel.EditorBrowsableAttribute(EditorBrowsableState.Advanced)> <SRCategoryAttribute("外观")> <SRDescriptionAttribute("控件的显示要求重新绘制时发生。")> <System.ComponentModel.BrowsableAttribute(False)> Public Event Invalidated As System.Windows.Forms.InvalidateEventHandler
'用法
Dim instance As C1InputPanel Dim handler As System.Windows.Forms.InvalidateEventHandler AddHandler instance.Invalidated, handler
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("外观")] [SRDescription("控件的显示要求重新绘制时发生。")] [System.ComponentModel.Browsable(false)] public event System.Windows.Forms.InvalidateEventHandler Invalidated
public event Invalidated: System.Windows.Forms.InvalidateEventHandler;
In JScript, you can handle the events defined by another class, but you cannot define your own.
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("外观")] [SRDescription("控件的显示要求重新绘制时发生。")] [System.ComponentModel.Browsable(false)] public: __event System.Windows.Forms.InvalidateEventHandler* Invalidated
[System.ComponentModel.EditorBrowsable(EditorBrowsableState.Advanced)] [SRCategory("外观")] [SRDescription("控件的显示要求重新绘制时发生。")] [System.ComponentModel.Browsable(false)] public: event System.Windows.Forms.InvalidateEventHandler^ Invalidated
The event handler receives an argument of type System.Windows.Forms.InvalidateEventArgs containing data related to this event. The following InvalidateEventArgs properties provide information specific to this event.
属性 | 说明 |
---|---|
InvalidRect |
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2