Skybound Rebar
Rebar.OnCustomizing Method
Raises the
Customizing
event.
[Visual Basic]
Overridable Protected Sub OnCustomizing( _
ByVal
e
As
RebarCustomizingEventArgs
_
)
[C#]
protected virtual
void
OnCustomizing(
RebarCustomizingEventArgs
e
);
Parameters
e
The data for the event.
See Also
Rebar Class
|
Skybound.Rebar Namespace