protected virtual void OnStatusMessage(
Object? sender,
string status,
UpdateType type = UpdateType.Information
)
Protected Overridable Sub OnStatusMessage (
sender As Object,
status As String,
Optional type As UpdateType = UpdateType.Information
)
protected:
virtual void OnStatusMessage(
Object^ sender,
String^ status,
UpdateType type = UpdateType::Information
)
function OnStatusMessage(sender, status, type);