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

In This Topic
    AnimationStartingEventArgs Class
    In This Topic
    Object Model
    AnimationStartingEventArgs Class
    Syntax
    'Declaration
     
    
    Public Class AnimationStartingEventArgs 
       Inherits System.EventArgs
    public class AnimationStartingEventArgs : System.EventArgs 
    Example

    The following code example shows how to use this class to customize the animiation.

    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Win.TouchToolKit.AnimationStartingEventArgs

    See Also