Class DataFormEditEndingEventArgs
Event args for the EditEnding event.
Inheritance
System.Object
System.EventArgs
System.ComponentModel.CancelEventArgs
DataFormEditEndingEventArgs
Inherited Members
System.ComponentModel.CancelEventArgs.Cancel
System.EventArgs.Empty
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: System.Windows.Controls
Assembly: OpenSilver.Controls.Data.DataForm.Toolkit.dll
Syntax
public class DataFormEditEndingEventArgs : CancelEventArgs
Constructors
| Improve this Doc View SourceDataFormEditEndingEventArgs(DataFormEditAction)
Constructs a new instance of DataFormEditEndingEventArgs.
Declaration
public DataFormEditEndingEventArgs(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 |