ComponentShownEvent
- class HPS.ComponentShownEvent : public HPS.Event
The ComponentShown class is the event that will be triggered for each Show call.
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.
- ComponentShownEvent ()
- ComponentShownEvent (HPS.ComponentPath in_path, HPS.Canvas in_canvas)
- ComponentShownEvent (HPS.ComponentPath in_path, HPS.Canvas in_canvas, ulong in_layer)
- ComponentShownEvent (HPS.ComponentShownEvent in_that)
- ComponentShownEvent (HPS.Event in_event)
- override void Dispose ()
Properties
- HPS.Canvas canvas { get; set; }
- ulong layer { get; set; }
- HPS.ComponentPath path { get; set; }