Summary

Base <see cref="T:Sandbox.UI.Panel" /> event.<br /> See <see cref="M:Sandbox.UI.Panel.CreateEvent(Sandbox.UI.PanelEvent)" />.

Properties

Button
Name
Target
This The panel on which the event is being called. For example, if you have a button with a label.. when the button gets clicked the actual click event might come from the label. When the event is called on the label, This will be the label. When the event propagates up to the button This will be the button - but Target will be the label. This is mainly of use with Razor callbacks, where you want to get the actual panel that created the event.
Time
Value

Methods

Is
StopPropagation
people
Log in to reply
You can't reply if you're not logged in. That would be crazy.