FilterActivationEvent

class HPS.FilterActivationEvent : public HPS.Event

Public Types

enum Action

Values:

None
Activate
Deactivate

Public Functions

override HPS.Event Clone ()

Allocates and returns a copy of this FilterActivationEvent.

Return

A copy of this FilterActivationEvent.

override void Dispose ()
FilterActivationEvent ()

The default constructor creates an empty FilterActivationEvent object.

FilterActivationEvent (HPS.Event in_event)

This constructor converts an Event Object to a FilterActivationEvent object.

Param in_event

The Event Object to be converted.

FilterActivationEvent (HPS.Filter in_filter, HPS.FilterActivationEvent.Action in_action, HPS.View in_view)
FilterActivationEvent (HPS.FilterActivationEvent in_that)

Properties

HPS.FilterActivationEvent.Action action { get; set; }
HPS.Filter filter { get; set; }
HPS.View view { get; set; }