March 2002
Intermediate to advanced
864 pages
31h 8m
English
ResolveEventArgs
This object is provided to methods with the
ResolveEventHandler signature,
indicating additional information about the reference that could
not be resolved in the Name
property.
public class ResolveEventArgs : EventArgs { // Public Constructors public method ResolveEventArgs(string name); // Public Instance Properties public field string Name{get; } }
Object→EventArgs→ResolveEventArgs
System.Reflection.ModuleResolveEventHandler.{BeginInvoke(), Invoke()}, ResolveEventHandler.{BeginInvoke(), Invoke()}