The ScreenUpdateEvent type exposes the following members.
Back to Top
Back to Top
Back to Top
Constructors
| Name | Description | |
|---|---|---|
| ScreenUpdateEvent |
Create a new ScreenUpdateEvent
|
Methods
| Name | Description | |
|---|---|---|
| Equals(Object) | Determines whether the specified object is equal to the current object. (Inherited from Object.) | |
| Equals(CitrixEvent) |
Determine if this event is equal to another event
(Inherited from CitrixEvent.) | |
| Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) | |
| GetHashCode | Serves as the default hash function. (Inherited from Object.) | |
| GetType | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SetPauseTime |
Internal use only
(Inherited from CitrixEvent.) | |
| ToString |
Represent this event as a string
(Inherited from CitrixEvent.) |
Properties
| Name | Description | |
|---|---|---|
| Args |
Get the arguments for this event
(Inherited from CitrixEvent.) | |
| Height |
The height of the screen area that has changed
| |
| IsRecordable |
Internal use only
(Inherited from CitrixEvent.) | |
| NeedsPauseTime |
Internal use only
(Inherited from CitrixEvent.) | |
| Width |
The width of the screen area that has changed
| |
| XPos |
The x coordinate of the top left hand corner of the screen area that has changed
| |
| YPos |
The y coordinate of the top left hand corner of the screen area that has changed
|
See Also