ToolStrip.OnInvalidated(InvalidateEventArgs) 方法

定义

引发 Invalidated 事件。

protected:
 override void OnInvalidated(System::Windows::Forms::InvalidateEventArgs ^ e);
protected override void OnInvalidated (System.Windows.Forms.InvalidateEventArgs e);
override this.OnInvalidated : System.Windows.Forms.InvalidateEventArgs -> unit
Protected Overrides Sub OnInvalidated (e As InvalidateEventArgs)

参数

e
InvalidateEventArgs

包含事件数据的 InvalidateEventArgs

适用于