'Declaration
Protected Shared Sub SafeCriticalCallback( _ ByVal name As String, _ ByVal action As Action _ )
'Usage
Dim name As String Dim action As Action NotifyingWidget.SafeCriticalCallback(name, action)
Parameters
- name
- Name of the callback or event handler.
The value of this parameter cannot be
null
(Nothing
in Visual Basic). - action
- The callback action to be performed.
The value of this parameter cannot be
null
(Nothing
in Visual Basic).