C# Class AutoGeneratingColumnEventToCommandBehaviour, code

Datei anzeigen Open project: shendongnian/code

Public Properties

Property Type Description
CommandProperty DependencyProperty,

Public Methods

Method Description
GetCommand ( DependencyObject, o ) : ICommand,
SetCommand ( DependencyObject, o, ICommand, value ) : void

Private Methods

Method Description
CommandPropertyChanged ( DependencyObject, d, DependencyPropertyChangedEventArgs, e ) : void
OnAutoGeneratingColumn ( object sender, DataGridAutoGeneratingColumnEventArgs e ) : void

Method Details

GetCommand() public static method

public static GetCommand ( DependencyObject, o ) : ICommand,
o DependencyObject,
return ICommand,

SetCommand() public static method

public static SetCommand ( DependencyObject, o, ICommand, value ) : void
o DependencyObject,
value ICommand,
return void

Property Details

CommandProperty public_oe static_oe property

public static DependencyProperty, CommandProperty
return DependencyProperty,