ComponentDataDelegate public sealed delegate ComponentDataDelegate : MulticastDelegate Represents a delegate which holds basic information about a component. Documentation Code public ComponentDataDelegate(object object, IntPtr method) public virtual IAsyncResult BeginInvoke(string key, IHandler handler, AsyncCallback callback, object object) public virtual void EndInvoke(IAsyncResult result) public virtual void Invoke(string key, IHandler handler)