<Type Name="ObjectRequestedHandler" FullName="Gtk.ObjectRequestedHandler"> <TypeSignature Language="C#" Maintainer="auto" Value="public delegate void ObjectRequestedHandler(object o, ObjectRequestedArgs args);" /> <AssemblyInfo> <AssemblyName>gtkhtml-sharp</AssemblyName> <AssemblyPublicKey> </AssemblyPublicKey> <AssemblyVersion>3.16.0.0</AssemblyVersion> </AssemblyInfo> <ThreadSafetyStatement /> <Docs> <param name="o">To be added.</param> <param name="args">To be added.</param> <summary>Event handler.</summary> <remarks> <para>The <see cref="M:Gtk.HTML.ObjectRequested" /> event utilizes this delegate:</para> <para>Event data is passed via the <see cref="T:Gtk.ObjectRequestedArgs" /> parameter.</para> <para>To attach a <see cref="T:Gtk.ObjectRequestedHandler" /> to an event, add the ObjectRequestedHandler instance to the event. The methods referenced by the ObjectRequestedHandler instance are invoked whenever the event is raised, until the ObjectRequestedHandler is removed from the event.</para> </remarks> </Docs> <Base> <BaseTypeName>System.Delegate</BaseTypeName> </Base> <Members /> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> <Parameters> <Parameter Name="o" Type="System.Object" /> <Parameter Name="args" Type="Gtk.ObjectRequestedArgs" /> </Parameters> </Type>