Scheduler for WPF and Silverlight | ComponentOne
C1.Silverlight.Schedule Namespace / C1Scheduler Class / OnChangeStyleCommand(ExecutedRoutedEventArgs) Method
The C1.Silverlight.ExecutedRoutedEventArgs event arguments.

In This Topic
    OnChangeStyleCommand(ExecutedRoutedEventArgs) Method
    In This Topic
    Handles the C1Scheduler.ChangeStyle command.
    Syntax
    'Declaration
     
    
    Protected Overridable Sub OnChangeStyleCommand( _
       ByVal args As ExecutedRoutedEventArgs _
    ) 
    protected virtual void OnChangeStyleCommand( 
       ExecutedRoutedEventArgs args
    )

    Parameters

    args
    The C1.Silverlight.ExecutedRoutedEventArgs event arguments.
    Remarks
    Override this method to alter the default behavior.
    See Also