FrameEventArgs Class
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Defines the arguments for frame events. A FrameEventArgs instance is only valid for the duration of the relevant event; do not store references to FrameEventArgs outside this event.
public class FrameEventArgs : EventArgs
type FrameEventArgs = class
inherit EventArgs
- Inheritance
-
FrameEventArgs
Constructors
FrameEventArgs() |
Constructs a new FrameEventArgs instance. |
FrameEventArgs(Double) |
Constructs a new FrameEventArgs instance. |
Properties
Time |
Gets a T:System.Double that indicates how many seconds of time elapsed since the previous event. |