NetXP 3.0 Reference

XPTaskPaneGroup.GroupStateChanged Event

A GroupState changed event.

[Visual Basic]
Public Event GroupStateChanged As GroupStateChangedEventHandler
[C#]
public event GroupStateChangedEventHandler GroupStateChanged;

Event Data

The event handler receives an argument of type GroupEventArgs containing data related to this event. The following GroupEventArgs properties provide information specific to this event.

PropertyDescription
GroupState Gets the GroupState of the XPTaskPaneGroup that triggered the event.
XPTaskPaneGroup Gets the XPTaskPaneGroup that triggered the event.

See Also

XPTaskPaneGroup Class | NETXP.Controls.TaskPane Namespace