Show / Hide Table of Contents

Class DataFormContentLoadEventArgs

Event args for the ContentLoaded and ContentLoading events.

Inheritance
System.Object
System.EventArgs
DataFormContentLoadEventArgs
Inherited Members
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 DataFormContentLoadEventArgs : EventArgs

Constructors

| Improve this Doc View Source

DataFormContentLoadEventArgs(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 Source

Content

Gets the content that was loaded or will be loaded.

Declaration
public FrameworkElement Content { get; }
Property Value
Type Description
FrameworkElement
| Improve this Doc View Source

Mode

Gets the mode of the DataForm.

Declaration
public DataFormMode Mode { get; }
Property Value
Type Description
DataFormMode
  • Improve this Doc
  • View Source