Class DataFormContentLoadEventArgs
Event args for the ContentLoaded and ContentLoading events.
Inheritance
System.Object
System.EventArgs
DataFormContentLoadEventArgs
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 DataFormContentLoadEventArgs : EventArgs
Constructors
| Improve this Doc View SourceDataFormContentLoadEventArgs(FrameworkElement, DataFormMode)
Constructs a new instance of DataFormContentLoadEventArgs.
Declaration
public DataFormContentLoadEventArgs(FrameworkElement content, DataFormMode mode)
Parameters
Type | Name | Description |
---|---|---|
FrameworkElement | content | The content that was loaded or will be loaded. |
DataFormMode | mode | The mode of the DataForm. |
Properties
| Improve this Doc View SourceContent
Gets the content that was loaded or will be loaded.
Declaration
public FrameworkElement Content { get; }
Property Value
Type | Description |
---|---|
FrameworkElement |
Mode
Gets the mode of the DataForm.
Declaration
public DataFormMode Mode { get; }
Property Value
Type | Description |
---|---|
DataFormMode |