TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / C1Zoom Class / ControlAutoShowing Event
Example

In This Topic
    ControlAutoShowing Event (C1Zoom)
    In This Topic
    Occurs before C1Zoom start show the target control.
    Syntax
    'Declaration
     
    
    Public Event ControlAutoShowing As EventHandler(Of ControlAutoShowingEventArgs)
    public event EventHandler<ControlAutoShowingEventArgs> ControlAutoShowing
    Event Data

    The event handler receives an argument of type ControlAutoShowingEventArgs containing data related to this event. The following ControlAutoShowingEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value indicating whether this GcZoom.ControlAutoShowing event is canceled.  
    Gets the target control which is preparing to show.  
    Get a value indicating control auto scroll reason.  
    Example

    The following code example shows how to use this event.

    This code example is part of a larger example provided for the ZoomFactorChanged event.

    See Also