Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / BeforeViewChangeEventArgs Class / Handled Property

In This Topic
    Handled Property (BeforeViewChangeEventArgs)
    In This Topic
    Gets or sets a value that indicates the present state of the event handling.
    Syntax
    'Declaration
     
    
    Public Property Handled As Boolean
    public bool Handled {get; set;}
    See Also