TouchToolKit for WinForms | ComponentOne
C1.Win.TouchToolKit Namespace / MagnifierEventArgs Class
Members Example

In This Topic
    MagnifierEventArgs Class
    In This Topic
    Provides data for the C1Magnify.Closed and C1Magnify.Move event.
    Object Model
    MagnifierEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class MagnifierEventArgs 
       Inherits System.EventArgs
    public class MagnifierEventArgs : System.EventArgs 
    Remarks

    The MagnifierEventArgs contains information regarding position and target control before the magnifier popup.

    Example

    The following code example shows how to use MagnifierEventArgs class.

    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.TouchToolKit.MagnifierEventArgs
             C1.Win.TouchToolKit.MagnifierShowingEventArgs

    See Also