Class EditControlSelectedTextChangedCommandBehavior
EditControlSelectedTextChangedCommandBehavior class
Inheritance
System.Object
EditControlSelectedTextChangedCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Edit.MVVM
Assembly: Syncfusion.Edit.MVVM.WPF.dll
Syntax
public class EditControlSelectedTextChangedCommandBehavior : CommandBehaviorBase<EditControl>
Constructors
EditControlSelectedTextChangedCommandBehavior()
Declaration
public EditControlSelectedTextChangedCommandBehavior()
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()