'Declaration
Public Event C1ZoomAttached As EventHandler(Of C1ZoomAttachedEventArgs)
public event EventHandler<C1ZoomAttachedEventArgs> C1ZoomAttached
Event Data
The event handler receives an argument of type C1ZoomAttachedEventArgs containing data related to this event. The following C1ZoomAttachedEventArgs properties provide information specific to this event.
Property | Description |
---|---|
Form | Gets the System.Windows.Forms.Form that has been attached by C1Zoom component. |
GcZoom | Gets the C1Zoom component that has attached to the Form. |
Remarks
You can change the initial settings of C1Zoom component in this event's event handler.
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