Class PropertyGridValueChangedCommandBehavior
Inheritance
System.Object
PropertyGridValueChangedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Tools.MVVM
Assembly: Syncfusion.Shared.MVVM.WPF.dll
Syntax
public class PropertyGridValueChangedCommandBehavior : CommandBehaviorBase<PropertyGrid>
Constructors
PropertyGridValueChangedCommandBehavior()
Declaration
public PropertyGridValueChangedCommandBehavior()
Methods
OnEventRaised(Object, ValueChangedEventArgs)
Declaration
protected virtual void OnEventRaised(object sender, ValueChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
ValueChangedEventArgs | e |
OnTargetAttached()
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.PropertyGrid.PropertyGrid>.OnTargetAttached()