ComponentResetEvent

class HPS.ComponentResetEvent : public HPS.Event

The ComponentResetEvent class is the event that will be triggered for each call to ResetVisibility.

Public Functions

override HPS.Event Clone ()

This function is used to copy custom events classes. Users that create custom event classes must override this function to provide the proper copying behavior.

ComponentResetEvent ()
ComponentResetEvent (HPS.ComponentPath in_path, HPS.Canvas in_canvas)
ComponentResetEvent (HPS.ComponentPath in_path, HPS.Canvas in_canvas, ulong in_layer)
ComponentResetEvent (HPS.ComponentResetEvent in_that)
ComponentResetEvent (HPS.Event in_event)
override void Dispose ()

Properties

HPS.Canvas canvas { get; set; }
ulong layer { get; set; }
HPS.ComponentPath path { get; set; }