NevronOpenVision
Nevron.Nov.Dom Namespace / NWeakEventHandler Class


In This Topic
NWeakEventHandler Class Methods
In This Topic

For a list of all members of this type, see NWeakEventHandler members.

Public Methods
 NameDescription
Public MethodDetermines whether the specified objects are equal.  
Public Methodstatic (Shared in Visual Basic)Creates a new weak event handler that calls the specified delegate. Throw an exception if the delegate is null or is not an instance of the Function(TArgs) delegate.  
Public Methodstatic (Shared in Visual Basic)Creates a weak ref event handler that aggregates the specified event handler.  
Public Methodstatic (Shared in Visual Basic)Creates a new weak event handler that calls the specified function. Throw an exception if the function is null.  
Public MethodOverriden to retrun the hash code of the weak ref.  
Public MethodInvokes the handler. Returns true if the inner handler Invoke returned true. If the inner handler is no longer alive (is GC collected), this method returns false.  
Top
See Also