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