TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1ApplicationZoom Class / OnC1ZoomAttaching Method
The C1ZoomAttachingEventArgs instance containing the event data.

In This Topic
    OnC1ZoomAttaching Method (C1ApplicationZoom)
    In This Topic
    Raises the C1ZoomAttaching event.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnC1ZoomAttaching( _
       ByVal e As C1ZoomAttachingEventArgs _
    ) 
    protected virtual void OnC1ZoomAttaching( 
       C1ZoomAttachingEventArgs e
    )

    Parameters

    e
    The C1ZoomAttachingEventArgs instance containing the event data.
    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