Class WaitPanelActivateArgs
Event arguments for the WaitPanelActivated event.
Inherited Members
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public class WaitPanelActivateArgs : EventArgs
Constructors
| Edit this page View SourceWaitPanelActivateArgs(string, string)
Initializes a new instance of the WaitPanelActivateArgs class.
Declaration
public WaitPanelActivateArgs(string message, string title)
Parameters
Type | Name | Description |
---|---|---|
string | message | The message to display on the wait panel overlay. |
string | title | The title for the for wait panel overlay. |
Properties
| Edit this page View SourceMessage
Property to return the message for the wait panel overlay.
Declaration
public string Message { get; }
Property Value
Type | Description |
---|---|
string |
Title
Property to return the title for the wait panel overlay.
Declaration
public string Title { get; }
Property Value
Type | Description |
---|---|
string |