Class UIContainerExportingEventArgs
Provides data for the UIContainerExporting event.
Inheritance
System.Object
    System.EventArgs
    UIContainerExportingEventArgs
  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: Syncfusion.Windows.Controls.RichTextBoxAdv
Assembly: Syncfusion.SfRichTextBoxAdv.WPF.dll
Syntax
public sealed class UIContainerExportingEventArgs : EventArgsConstructors
UIContainerExportingEventArgs()
Initializ UIContainer export event arguments.
Declaration
public UIContainerExportingEventArgs()Properties
ExportType
Gets or sets the export type of UIContainer.
Declaration
public UIContainerExportType ExportType { get; set; }Property Value
| Type | 
|---|
| UIContainerExportType | 
Text
Gets or sets the text of element in UIContainer.
Declaration
public string Text { get; set; }Property Value
| Type | 
|---|
| System.String | 
UIContainer
Gets the UIContainer to be exported.
Declaration
public UIContainerAdv UIContainer { get; }Property Value
| Type | 
|---|
| UIContainerAdv |