EndEditEventArgs
Name | Value |
---|---|
Assembly | Catel.Core |
Namespace | System.ComponentModel |
Available on | .NET Framework 4.5, .NET Framework 4.6, Portable Class Libraries, Xamarin - Android, Xamarin - iOS |
public class EndEditEventArgs : EditEventArgs
Base types EditEventArgs
Event args implementation called when the object is about to call. This way, it is possible to cancel the events.
Constructors
EndEditEventArgs(IEditableObject editableObject)
Initializes a new instance of the EndEditEventArgs class.
Parameters
Name | Description |
---|---|
editableObject | The editable object. |
Exceptions
Name | Description |
---|---|
System.ArgumentNullException | The editableObject isnull . |
Have a question about Catel? Use StackOverflow with the Catel tag!