Xamarin.Android | ComponentOne
C1.Android.Core Assembly / C1.Android.Core Namespace / C1DragDeltaEventArgs Class
Members


In This Topic
    C1DragDeltaEventArgs Class
    In This Topic
    Contains information of the DragDelta event.
    Object Model
    C1DragDeltaEventArgs ClassC1Point StructureC1Point StructureC1Point Structure
    Syntax
    'Declaration
     
    
    Public Class C1DragDeltaEventArgs 
       Inherits C1DragEventArgs
    'Usage
     
    
    Dim instance As C1DragDeltaEventArgs
    public class C1DragDeltaEventArgs : C1DragEventArgs 
    Inheritance Hierarchy

    System.Object
       System.EventArgs
          C1.Android.Core.C1InputEventArgs
             C1.Android.Core.C1DragEventArgs
                C1.Android.Core.C1DragDeltaEventArgs

    See Also