StandAloneWindowEvent
-
class
HPS.StandAloneWindowEvent: HPS.Event The StandAloneWindowEvent class is the event that is generated by a Standalone window.
Public Types
Public Functions
-
override string
ClassName()
-
override HPS.Event
Clone() Allocates and returns a copy of this ErrorEvent.
Return: A copy of this ErrorEvent.
-
override void
Dispose()
-
bool
Equals(HPS.StandAloneWindowEvent in_that) Check if the source object is equivalent to this object.
Return: true if the objects are equivalent, false otherwise.
-
override bool
Equals(Object obj)
-
override int
GetHashCode()
-
StandAloneWindowEvent() The default constructor creates an StandAloneWindowEvent object with an empty message and code of 0.
-
StandAloneWindowEvent(HPS.Event in_event) This constructor converts an EventObject to a StandAloneWindowEvent object.
Param in_event: The EventObject to be converted.
-
StandAloneWindowEvent(HPS.StandAloneWindowEvent in_that)
-
StandAloneWindowEvent(HPS.StandAloneWindowEvent.Action in_action) This constructor creates a StandAloneWindowEvent object for a given action.
Param in_action: Action of this StandAloneWindowEvent.
Properties
-
HPS.StandAloneWindowEvent.Action
action{ get; set; }
Public Static Functions
-
bool
operator!=(HPS.StandAloneWindowEvent a, HPS.StandAloneWindowEvent b)
-
bool
operator==(HPS.StandAloneWindowEvent a, HPS.StandAloneWindowEvent b)
-
override string