NetXP 3.0 Reference

CommandBar.TornOff Event

Raised when the command bar has been torn off (undocked).

[Visual Basic]
Public Event TornOff As TornOffEventHandler
[C#]
public event TornOffEventHandler TornOff;

Event Data

The event handler receives an argument of type TornOffEventArgs containing data related to this event. The following TornOffEventArgs property provides information specific to this event.

PropertyDescription
DockForm The floating form.

See Also

CommandBar Class | NETXP.Controls.Bars Namespace