ActiveReports 18 .NET Edition
MESCIUS.ActiveReports.Core.Rendering Assembly / GrapeCity.DataVisualization.Chart Namespace / IMotionEventCallback Delegate

In This Topic
    IMotionEventCallback Delegate
    In This Topic
    Syntax
    'Declaration
     
    Public Delegate Sub IMotionEventCallback( _
       ByVal evt As MotionEvent _
    ) 
    public delegate void IMotionEventCallback( 
       MotionEvent evt
    )

    Parameters

    evt
    See Also