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

    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