ToolStrip.OnInvalidated(InvalidateEventArgs) Method

Definition

Raises the Invalidated event.

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)

Parameters

e
InvalidateEventArgs

An InvalidateEventArgs that contains the event data.

Applies to