'Declaration
Public Event C1ZoomDetached As EventHandler(Of C1ZoomDetachedEventArgs)
public event EventHandler<C1ZoomDetachedEventArgs> C1ZoomDetached
Event Data
The event handler receives an argument of type C1ZoomDetachedEventArgs containing data related to this event. The following C1ZoomDetachedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Form | Gets the System.Windows.Forms.Form that has been detached by C1Zoom component. |
GcZoom | Gets the C1Zoom component that has detached to the Form. |
Example
The following code example shows how to use this event.
This code example is part of a larger example provided for the C1ApplicationZoom class.
Requirements
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
See Also