CaptureActivationEvent

class HPS.CaptureActivationEvent : HPS.Event

Public Functions

CaptureActivationEvent ()

The default constructor creates an empty CaptureActivationEvent object.

CaptureActivationEvent (HPS.Capture in_capture, HPS.View in_view)
CaptureActivationEvent (HPS.CaptureActivationEvent in_that)
CaptureActivationEvent (HPS.Event in_event)

This constructor converts an Event Object to a CaptureActivationEvent object.

Param in_event:The Event Object to be converted.
override string ClassName ()
override HPS.Event Clone ()

Allocates and returns a copy of this CaptureActivationEvent.

Return:A copy of this CaptureActivationEvent.
override void Dispose ()

Properties

HPS.Capture capture { get; set; }
HPS.View view { get; set; }