Public Overloads Shared Sub Unsubscribe( _ ByVal action As Action(Of EventArgs) _ )
public static void Unsubscribe( Action<EventArgs> action )
Parameters
- action
- The delegate that was specified to a Subscribe.
Public Overloads Shared Sub Unsubscribe( _ ByVal action As Action(Of EventArgs) _ )
public static void Unsubscribe( Action<EventArgs> action )
Target Platforms: Windows 11 Home, Pro, Enterprise (64 bit)