Gorgon
Show / Hide Table of Contents

Class ProgressPanelUpdateArgs

Arguments used for the

Inheritance
object
EventArgs
ProgressPanelUpdateArgs
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 ProgressPanelUpdateArgs : EventArgs

Properties

| Edit this page View Source

CancelAction

Property to set or return the method to execute when the operation is cancelled from the panel.

Declaration
public Action CancelAction { get; set; }
Property Value
Type Description
Action
| Edit this page View Source

IsMarquee

Property to set or return whether to use a marquee for the progress bar.

Declaration
public bool IsMarquee { get; set; }
Property Value
Type Description
bool
| Edit this page View Source

Message

Property to set or return the message for the panel.

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

PercentageComplete

Property to set or return the percentage complete as a normalized (0..1) value.

Declaration
public float PercentageComplete { get; set; }
Property Value
Type Description
float
| Edit this page View Source

Title

Property to set or return the title for the panel.

Declaration
public string Title { get; set; }
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