This class encapsulates the data and methods for the
CreateDialogInfo event handler.
| C# |
public sealed class CreateDialogInfoEventArgs : EventArgs
| All Members | Constructors | Methods | Properties | ||
| Icon | Member | Description |
|---|---|---|
| HtmlEditor..::.CreateDialogInfoEventArgs(HtmlEditor, List<(Of <(HtmlEditor..::.DialogInfo>)>)) |
Constructor for the event argument class.
| |
| Dialogs |
List of HtmlEditor..::.DialogInfo objects.
| |
| InsertCustomDialog(String, String, String, Int32, Int32) |
Insert a custom dialog.
|