Class DataFormEditEndedEventArgs
Event args for the EditEnded event.
Inheritance
System.Object
System.EventArgs
DataFormEditEndedEventArgs
Inherited Members
System.EventArgs.Empty
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: System.Windows.Controls
Assembly: DataForm.Toolkit.OpenSilver.dll
Syntax
public class DataFormEditEndedEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDataFormEditEndedEventArgs(DataFormEditAction)
Constructs a new instance of DataFormEditEndedEventArgs.
Declaration
public DataFormEditEndedEventArgs(DataFormEditAction editAction)
Parameters
Type | Name | Description |
---|---|---|
DataFormEditAction | editAction | The edit action. |
Properties
| Improve this Doc View SourceEditAction
Gets the edit action.
Declaration
public DataFormEditAction EditAction { get; }
Property Value
Type | Description |
---|---|
DataFormEditAction |