InputPanel for WinForms帮助文档
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

请参见

引用

C1InputPanel 类
C1InputPanel 成员

Send Feedback