ActionsPane.VisibleChanged Event

Definition

Occurs when the Visible property value changes.

public:
 event EventHandler ^ VisibleChanged;
event EventHandler VisibleChanged;
member this.VisibleChanged : EventHandler 
Event VisibleChanged As EventHandler 

Event Type

Remarks

This event provides the same functionality as the System.Windows.Forms.Control.VisibleChanged event. For more information about using this event, see System.Windows.Forms.Control.VisibleChanged.

Applies to