'Declaration Protected Overridable Sub OnColorRequest( _
ByVal argsThe ColorEventArgs instance containing the event data.As ColorEventArgs _
)
protected virtual void OnColorRequest(
ColorEventArgs args
)
protected: virtual void OnColorRequest(
ColorEventArgs* args
)
protected:
virtual void OnColorRequest(
ColorEventArgs^ args
)
Parameters
- args
- The ColorEventArgs instance containing the event data.