Spread Windows Forms 15.0
FarPoint.Win Assembly / FarPoint.Win Namespace / SuperEditBase Class / SlideRight Event


In This Topic
    SlideRight Event
    In This Topic
    Occurs when a user clicks a slide right button in the edit control.
    Syntax
    'Declaration
     
    
    Public Event SlideRight As SlideRightEventHandler
    'Usage
     
    
    Dim instance As SuperEditBase
    Dim handler As SlideRightEventHandler
     
    AddHandler instance.SlideRight, handler
    public event SlideRightEventHandler SlideRight
    Event Data

    The event handler receives an argument of type SlideRightEventArgs containing data related to this event. The following SlideRightEventArgs properties provide information specific to this event.

    PropertyDescription
    Gets or sets a value that indicates whether default processing should be cancelled.  
    See Also