Retrieves the MethodInfo object for "removing" a method of the event represented by this instance.
Implementation of this member is not complete for this release of the NGWS SDK. This documentation is for information only.
Retrieves the MethodInfo object for "removing" a method of the event represented by this instance with the given parameter count and modifier bit map.
[Visual Basic] Overloads MustOverride Public Function GetRemoveMethod(Boolean) As MethodInfo
[C#] public abstract MethodInfo GetRemoveMethod(bool);
[C++] public: virtual MethodInfo* GetRemoveMethod(bool) = 0;
[JScript] public abstract function GetRemoveMethod(Boolean) : MethodInfo;
Retrieves the MethodInfo object for "removing" a method of the event represented by this instance with default properties.
[Visual Basic] Overloads Public Function GetRemoveMethod() As MethodInfo
[C#] public MethodInfo GetRemoveMethod();
[C++] public: MethodInfo* GetRemoveMethod();
[JScript] public function GetRemoveMethod() : MethodInfo;
Typically, the method has the following signature:
public void AddOn<EventName>(<EventHandlerType>hander)
EventInfo Class | EventInfo Members | System.Reflection Namespace