Navigation :
BehaviorEventArgs
Name |
Value |
Assembly |
Catel.MVVM |
Namespace |
Catel.Windows.Interactivity |
Available on |
.NET Framework 4.5, .NET Framework 4.6, Xamarin - iOS |
public class BehaviorEventArgs : EventArgs
Base types
EventArgs
Behavior event args.
Constructors
BehaviorEventArgs(IBehavior behavior)
Creates the event args.
Parameters
Name |
Description |
behavior |
The behavior. |
Exceptions
Name |
Description |
ArgumentNullException |
The behavior isnull . |
Properties
Behavior
Gets the behavior.
Have a question about Catel? Use StackOverflow with the Catel tag!
Discussion