Search Results for

    Show / Hide Table of Contents

    Class EventBehaviourFactory

    Inheritance
    object
    EventBehaviourFactory
    Inherited Members
    object.ToString()
    object.Equals(object)
    object.Equals(object, object)
    object.ReferenceEquals(object, object)
    object.GetHashCode()
    object.GetType()
    object.MemberwiseClone()
    Namespace: Sdl.Desktop.Platform.Controls.Behaviours
    Assembly: Sdl.Desktop.Platform.Controls.dll
    Syntax
    public static class EventBehaviourFactory

    Methods

    CreateCommandExecutionEventBehaviour(RoutedEvent, string, Type)

    Declaration
    public static DependencyProperty CreateCommandExecutionEventBehaviour(RoutedEvent routedEvent, string propertyName, Type ownerType)
    Parameters
    Type Name Description
    RoutedEvent routedEvent
    string propertyName
    Type ownerType
    Returns
    Type Description
    DependencyProperty
    In this article
    • Methods
      • CreateCommandExecutionEventBehaviour(RoutedEvent, string, Type)
    Back to top Generated by DocFX