Class BuilderCommandBehaviorBase<TControl, TEventArgs, TReturn>
Inheritance
System.Object
CommandBehaviorBase<TControl>
BuilderCommandBehaviorBase<TControl, TEventArgs, TReturn>
Inherited Members
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.Shared
Assembly: Syncfusion.Shared.MVVM.WPF.dll
Syntax
public class BuilderCommandBehaviorBase<TControl, TEventArgs, TReturn> : CommandBehaviorBase<TControl> where TControl : Control
Type Parameters
Name | Description |
---|---|
TControl | |
TEventArgs | |
TReturn |
Constructors
BuilderCommandBehaviorBase()
Declaration
public BuilderCommandBehaviorBase()
BuilderCommandBehaviorBase(Func<Object, TEventArgs, TReturn>)
Declaration
public BuilderCommandBehaviorBase(Func<object, TEventArgs, TReturn> builder)
Parameters
Type | Name | Description |
---|---|---|
System.Func<System.Object, TEventArgs, TReturn> | builder |
Fields
builder
Declaration
protected Func<object, TEventArgs, TReturn> builder
Field Value
Type | Description |
---|---|
System.Func<System.Object, TEventArgs, TReturn> |
Methods
OnEventRaised(Object, TEventArgs)
Declaration
protected virtual void OnEventRaised(object sender, TEventArgs e)
Parameters
Type | Name | Description |
---|---|---|
System.Object | sender | |
TEventArgs | e |