Scheduler for WinRT
OnChangeStyleCommand(ExecutedRoutedEventArgs) Method


The C1.Xaml.ExecutedRoutedEventArgs event arguments.
Handles the C1Scheduler.ChangeStyle command.
Syntax
'Declaration
 
Protected Overridable Sub OnChangeStyleCommand( _
   ByVal args As C1.Xaml.ExecutedRoutedEventArgs _
) 
'Usage
 
Dim instance As C1Scheduler
Dim args As C1.Xaml.ExecutedRoutedEventArgs
 
instance.OnChangeStyleCommand(args)
protected virtual void OnChangeStyleCommand( 
   C1.Xaml.ExecutedRoutedEventArgs args
)

Parameters

args
The C1.Xaml.ExecutedRoutedEventArgs event arguments.
Remarks
Override this method to alter the default behavior.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

C1Scheduler Class
C1Scheduler Members

 

 


Copyright (c) GrapeCity, inc. All rights reserved.