| C1.Win.TouchToolKit Namespace > C1ApplicationZoom Class : C1ZoomAttached Event |
'DeclarationPublic Event C1ZoomAttached As System.EventHandler(Of C1ZoomAttachedEventArgs)
public event System.EventHandler<C1ZoomAttachedEventArgs> C1ZoomAttached
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. |
You can change the initial settings of C1Zoom component in this event's event handler.
The following code example shows how to use this event.
This code example is part of a larger example provided for the C1ApplicationZoom class.
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