Class EditControlDocumentSourceChangedCommandBehavior
EditControlDocumentSourceChangedCommandBehavior class
Inheritance
System.Object
EditControlDocumentSourceChangedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Edit.MVVM
Assembly: Syncfusion.Edit.MVVM.WPF.dll
Syntax
public class EditControlDocumentSourceChangedCommandBehavior : CommandBehaviorBase<EditControl>
Constructors
EditControlDocumentSourceChangedCommandBehavior()
Declaration
public EditControlDocumentSourceChangedCommandBehavior()
Methods
OnEventRaised(Object, DependencyPropertyChangedEventArgs)
This method is called when any event is raised.
Declaration
protected virtual void OnEventRaised(object sender, DependencyPropertyChangedEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
System.Windows.DependencyPropertyChangedEventArgs | e |
OnTargetAttached()
This method is called when the target is attached.
Declaration
protected override void OnTargetAttached()
Overrides
Syncfusion.Windows.Shared.CommandBehaviorBase<Syncfusion.Windows.Edit.EditControl>.OnTargetAttached()