Nevron Open Vision Documentation
Nevron.Nov.Dom Namespace / NWeakEventHandler Class
Methods


In This Topic
    NWeakEventHandler Class Members
    In This Topic

    The following tables list the members exposed by NWeakEventHandler.

    Public Constructors
     NameDescription
    Public ConstructorCreates a new weak reference event handler that contains the specified handler  
    Top
    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