Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / ValidationPastingEventArgs Class / Handle Property


In This Topic
    Handle Property (ValidationPastingEventArgs)
    In This Topic
    Gets or sets whether the event is handled.
    Syntax
    'Declaration
     
    Public Property Handle As Boolean
    'Usage
     
    Dim instance As ValidationPastingEventArgs
    Dim value As Boolean
     
    instance.Handle = value
     
    value = instance.Handle
    public bool Handle {get; set;}

    Property Value

    true if [handle]; otherwise, false.
    See Also