Gorgon
Show / Hide Table of Contents

Class WaitPanelActivateArgs

Event arguments for the WaitPanelActivated event.

Inheritance
object
EventArgs
WaitPanelActivateArgs
Inherited Members
EventArgs.Empty
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()
Namespace: Gorgon.Editor.UI
Assembly: Gorgon.Editor.API.dll
Syntax
public class WaitPanelActivateArgs : EventArgs

Constructors

| Edit this page View Source

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

Message

Property to return the message for the wait panel overlay.

Declaration
public string Message { get; }
Property Value
Type Description
string
| Edit this page View Source

Title

Property to return the title for the wait panel overlay.

Declaration
public string Title { get; }
Property Value
Type Description
string

Extension Methods

GorgonDebugExtensions.ValidateObject<T>(T, string)
GorgonNullExtensions.AsNullable<T>(object)
GorgonNullExtensions.IfNull<T>(object, T)
GorgonNullExtensions.IsNull(object)
  • Edit this page
  • View Source
In this article
Back to top Copyright 2023 - Licensed under the MIT license by Michael Winsor (Tape_Worm).
Send comments on this topic to the author