menu

WPF

  • Code Examples
  • Upgrade Guide
  • User Guide
  • Demos
  • Support
  • Forums
  • Download
Class EditControlIntellisenseBoxOpeningCommandBehavior - API Reference

    Show / Hide Table of Contents

    Class EditControlIntellisenseBoxOpeningCommandBehavior

    EditControlIntellisenseBoxOpeningCommandBehavior class

    Inheritance
    System.Object
    CommandBehaviorBase<EditControl>
    EditControlIntellisenseBoxOpeningCommandBehavior
    EditControlIntellisenseBoxOpeningCommandBehavior<T>
    Inherited Members
    CommandBehaviorBase<EditControl>.GetCommandParameter<TParameter>()
    CommandBehaviorBase<EditControl>.SetCommandParameter<TParameter>(TParameter)
    CommandBehaviorBase<EditControl>.UpdateEnabledState()
    CommandBehaviorBase<EditControl>.ExecuteCommand()
    CommandBehaviorBase<EditControl>.SetTargetObject(EditControl)
    CommandBehaviorBase<EditControl>.Command
    CommandBehaviorBase<EditControl>.CommandParameter
    CommandBehaviorBase<EditControl>.TargetObject
    CommandBehaviorBase<EditControl>.CommandCanExecuteCheckEnabled
    System.Object.ToString()
    System.Object.Equals(System.Object)
    System.Object.Equals(System.Object, System.Object)
    System.Object.ReferenceEquals(System.Object, System.Object)
    System.Object.GetHashCode()
    System.Object.GetType()
    System.Object.MemberwiseClone()
    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()
    Back to top Generated by DocFX
    Copyright © 2001 - 2023 Syncfusion Inc. All Rights Reserved