SysXppEvent.RemoveEventHandlerDynInstance(Object, String) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
public:
void RemoveEventHandlerDynInstance(System::Object ^ _eventHandlerInstance, System::String ^ _methodName);
public void RemoveEventHandlerDynInstance (object _eventHandlerInstance, string _methodName);
member this.RemoveEventHandlerDynInstance : obj * string -> unit
Public Sub RemoveEventHandlerDynInstance (_eventHandlerInstance As Object, _methodName As String)
Parameters
- _eventHandlerInstance
- Object
- _methodName
- String