Class EditControlIntellisenseBoxOpeningCommandBehavior
EditControlIntellisenseBoxOpeningCommandBehavior class
Inheritance
System.Object
EditControlIntellisenseBoxOpeningCommandBehavior
Inherited Members
Namespace: Syncfusion.Windows.Edit.MVVM
Assembly: Syncfusion.Edit.MVVM.WPF.dll
Syntax
public class EditControlIntellisenseBoxOpeningCommandBehavior : CommandBehaviorBase<EditControl>
Constructors
EditControlIntellisenseBoxOpeningCommandBehavior()
Declaration
public EditControlIntellisenseBoxOpeningCommandBehavior()
Methods
OnEventRaised(Object, EditIntellisenseArgs)
This method is called when any event is raised.
Declaration
protected virtual void OnEventRaised(object sender, EditIntellisenseArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
EditIntellisenseArgs | 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()