Removes an action handler from the given IActionProvider instance.

C# | Visual Basic | Visual C++ |
public static void RemoveHandler( IDoubleActionProvider provider, DoubleActionEventHandler handler )
Public Shared Sub RemoveHandler ( _ provider As IDoubleActionProvider, _ handler As DoubleActionEventHandler _ )
public: static void RemoveHandler( IDoubleActionProvider^ provider, DoubleActionEventHandler^ handler )

- provider (IDoubleActionProvider)
- The provider.
- handler (DoubleActionEventHandler)
- The handler.

- Available in Monobjc Bridge: 10.6 (For Mac OS X 10.6 and later), 10.5 (For Mac OS X 10.5 and later)