2004-06-21 Mike Kestner <mkestner@ximian.com>

* en/*/*.xml : document event handler delegates via script-fu. 400 TBAs.

svn path=/trunk/gtk-sharp/; revision=30248
This commit is contained in:
Mike Kestner 2004-06-23 23:10:49 +00:00
parent bec6f28c89
commit 1dc455cd70
201 changed files with 1558 additions and 400 deletions

View File

@ -1,3 +1,7 @@
2004-06-21 Mike Kestner <mkestner@ximian.com>
* en/*/*.xml : document event handler delegates via script-fu. 400 TBAs.
2004-06-21 Mike Kestner <mkestner@ximian.com>
* en/*/*.xml : document ctor(GType) members via script-fu. 476 TBAs.

View File

@ -9,8 +9,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.Object.ActiveDescendantChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.ActiveDescendantChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.ActiveDescendantChangedHandler" /> to an event, add the ActiveDescendantChangedHandler instance to the event. The methods referenced by the ActiveDescendantChangedHandler instance are invoked whenever the event is raised, until the ActiveDescendantChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.Object.ChildrenChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.ChildrenChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.ChildrenChangedHandler" /> to an event, add the ChildrenChangedHandler instance to the event. The methods referenced by the ChildrenChangedHandler instance are invoked whenever the event is raised, until the ChildrenChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.NoOpObject.ColumnDeleted" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.ColumnDeletedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.ColumnDeletedHandler" /> to an event, add the ColumnDeletedHandler instance to the event. The methods referenced by the ColumnDeletedHandler instance are invoked whenever the event is raised, until the ColumnDeletedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.NoOpObject.ColumnInserted" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.ColumnInsertedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.ColumnInsertedHandler" /> to an event, add the ColumnInsertedHandler instance to the event. The methods referenced by the ColumnInsertedHandler instance are invoked whenever the event is raised, until the ColumnInsertedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.Object.FocusEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.FocusEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.FocusEventHandler" /> to an event, add the FocusEventHandler instance to the event. The methods referenced by the FocusEventHandler instance are invoked whenever the event is raised, until the FocusEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.Object.PropertyChange" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.PropertyChangeArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.PropertyChangeEventHandler" /> to an event, add the PropertyChangeEventHandler instance to the event. The methods referenced by the PropertyChangeEventHandler instance are invoked whenever the event is raised, until the PropertyChangeEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.NoOpObject.RowDeleted" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.RowDeletedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.RowDeletedHandler" /> to an event, add the RowDeletedHandler instance to the event. The methods referenced by the RowDeletedHandler instance are invoked whenever the event is raised, until the RowDeletedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.NoOpObject.RowInserted" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.RowInsertedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.RowInsertedHandler" /> to an event, add the RowInsertedHandler instance to the event. The methods referenced by the RowInsertedHandler instance are invoked whenever the event is raised, until the RowInsertedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Atk.Object.StateChange" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Atk.StateChangeArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.StateChangeHandler" /> to an event, add the StateChangeHandler instance to the event. The methods referenced by the StateChangeHandler instance are invoked whenever the event is raised, until the StateChangeHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Atk.NoOpObject.TextCaretMoved" />
</term>
</item>
<item>
<term>
<see cref="M:Vte.TerminalAccessible.TextCaretMoved" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:Atk.TextCaretMovedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.TextCaretMovedHandler" /> to an event, add the TextCaretMovedHandler instance to the event. The methods referenced by the TextCaretMovedHandler instance are invoked whenever the event is raised, until the TextCaretMovedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Atk.NoOpObject.TextChanged" />
</term>
</item>
<item>
<term>
<see cref="M:Vte.TerminalAccessible.TextChanged" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:Atk.TextChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Atk.TextChangedHandler" /> to an event, add the TextChangedHandler instance to the event. The methods referenced by the TextChangedHandler instance are invoked whenever the event is raised, until the TextChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Gda.Connection.Error" />
</term>
</item>
<item>
<term>
<see cref="M:Gda.XmlDocument.Error" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:Gda.ErrorArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gda.ErrorHandler" /> to an event, add the ErrorHandler instance to the event. The methods referenced by the ErrorHandler instance are invoked whenever the event is raised, until the ErrorHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gda.Client.EventNotification" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gda.EventNotificationArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gda.EventNotificationHandler" /> to an event, add the EventNotificationHandler instance to the event. The methods referenced by the EventNotificationHandler instance are invoked whenever the event is raised, until the EventNotificationHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gda.DataModel.RowInsertedEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gda.RowInsertedEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gda.RowInsertedEventHandler" /> to an event, add the RowInsertedEventHandler instance to the event. The methods referenced by the RowInsertedEventHandler instance are invoked whenever the event is raised, until the RowInsertedEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gda.DataModel.RowRemovedEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gda.RowRemovedEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gda.RowRemovedEventHandler" /> to an event, add the RowRemovedEventHandler instance to the event. The methods referenced by the RowRemovedEventHandler instance are invoked whenever the event is raised, until the RowRemovedEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gda.DataModel.RowUpdatedEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gda.RowUpdatedEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gda.RowUpdatedEventHandler" /> to an event, add the RowUpdatedEventHandler instance to the event. The methods referenced by the RowUpdatedEventHandler instance are invoked whenever the event is raised, until the RowUpdatedEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gda.XmlDocument.Warning" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gda.WarningArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gda.WarningHandler" /> to an event, add the WarningHandler instance to the event. The methods referenced by the WarningHandler instance are invoked whenever the event is raised, until the WarningHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gdk.PixbufLoader.AreaUpdated" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gdk.AreaUpdatedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gdk.AreaUpdatedHandler" /> to an event, add the AreaUpdatedHandler instance to the event. The methods referenced by the AreaUpdatedHandler instance are invoked whenever the event is raised, until the AreaUpdatedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -9,8 +9,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gdk.Display.Closed" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gdk.ClosedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gdk.ClosedHandler" /> to an event, add the ClosedHandler instance to the event. The methods referenced by the ClosedHandler instance are invoked whenever the event is raised, until the ClosedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -9,8 +9,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gdk.DisplayManager.DisplayOpened" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gdk.DisplayOpenedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gdk.DisplayOpenedHandler" /> to an event, add the DisplayOpenedHandler instance to the event. The methods referenced by the DisplayOpenedHandler instance are invoked whenever the event is raised, until the DisplayOpenedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -9,8 +9,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gdk.PixbufLoader.SizePrepared" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gdk.SizePreparedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gdk.SizePreparedHandler" /> to an event, add the SizePreparedHandler instance to the event. The methods referenced by the SizePreparedHandler instance are invoked whenever the event is raised, until the SizePreparedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.DruidPage.BackClicked" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.BackClickedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.BackClickedHandler" /> to an event, add the BackClickedHandler instance to the event. The methods referenced by the BackClickedHandler instance are invoked whenever the event is raised, until the BackClickedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.DruidPage.CancelClicked" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.CancelClickedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.CancelClickedHandler" /> to an event, add the CancelClickedHandler instance to the event. The methods referenced by the CancelClickedHandler instance are invoked whenever the event is raised, until the CancelClickedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.CanvasItem.CanvasEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.CanvasEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.CanvasEventHandler" /> to an event, add the CanvasEventHandler instance to the event. The methods referenced by the CanvasEventHandler instance are invoked whenever the event is raised, until the CanvasEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.ColorPicker.ColorSet" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.ColorSetArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.ColorSetHandler" /> to an event, add the ColorSetHandler instance to the event. The methods referenced by the ColorSetHandler instance are invoked whenever the event is raised, until the ColorSetHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.Client.Connected" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.ConnectedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.ConnectedHandler" /> to an event, add the ConnectedHandler instance to the event. The methods referenced by the ConnectedHandler instance are invoked whenever the event is raised, until the ConnectedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.PrintCopiesSelector.CopiesSet" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.CopiesSetArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.CopiesSetHandler" /> to an event, add the CopiesSetHandler instance to the event. The methods referenced by the CopiesSetHandler instance are invoked whenever the event is raised, until the CopiesSetHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.Canvas.DrawBackground" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.DrawBackgroundArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.DrawBackgroundHandler" /> to an event, add the DrawBackgroundHandler instance to the event. The methods referenced by the DrawBackgroundHandler instance are invoked whenever the event is raised, until the DrawBackgroundHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.DruidPage.FinishClicked" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.FinishClickedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.FinishClickedHandler" /> to an event, add the FinishClickedHandler instance to the event. The methods referenced by the FinishClickedHandler instance are invoked whenever the event is raised, until the FinishClickedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Gnome.FontPicker.FontSet" />
</term>
</item>
<item>
<term>
<see cref="M:Gnome.FontSelection.FontSet" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:Gnome.FontSetArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.FontSetHandler" /> to an event, add the FontSetHandler instance to the event. The methods referenced by the FontSetHandler instance are invoked whenever the event is raised, until the FontSetHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.IconList.IconFocused" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.IconFocusedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.IconFocusedHandler" /> to an event, add the IconFocusedHandler instance to the event. The methods referenced by the IconFocusedHandler instance are invoked whenever the event is raised, until the IconFocusedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.IconList.IconSelected" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.IconSelectedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.IconSelectedHandler" /> to an event, add the IconSelectedHandler instance to the event. The methods referenced by the IconSelectedHandler instance are invoked whenever the event is raised, until the IconSelectedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.IconList.IconUnselected" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.IconUnselectedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.IconUnselectedHandler" /> to an event, add the IconUnselectedHandler instance to the event. The methods referenced by the IconUnselectedHandler instance are invoked whenever the event is raised, until the IconUnselectedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.IconList.MoveCursor" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.MoveCursorArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.MoveCursorHandler" /> to an event, add the MoveCursorHandler instance to the event. The methods referenced by the MoveCursorHandler instance are invoked whenever the event is raised, until the MoveCursorHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.DruidPage.NextClicked" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.NextClickedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.NextClickedHandler" /> to an event, add the NextClickedHandler instance to the event. The methods referenced by the NextClickedHandler instance are invoked whenever the event is raised, until the NextClickedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.DruidPage.Prepared" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.PreparedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.PreparedHandler" /> to an event, add the PreparedHandler instance to the event. The methods referenced by the PreparedHandler instance are invoked whenever the event is raised, until the PreparedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.Canvas.RenderBackground" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.RenderBackgroundArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.RenderBackgroundHandler" /> to an event, add the RenderBackgroundHandler instance to the event. The methods referenced by the RenderBackgroundHandler instance are invoked whenever the event is raised, until the RenderBackgroundHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gnome.Client.SaveYourself" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gnome.SaveYourselfArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.SaveYourselfHandler" /> to an event, add the SaveYourselfHandler instance to the event. The methods referenced by the SaveYourselfHandler instance are invoked whenever the event is raised, until the SaveYourselfHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Gnome.IconList.TextChanged" />
</term>
</item>
<item>
<term>
<see cref="M:Gnome.IconTextItem.TextChanged" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:Gnome.TextChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gnome.TextChangedHandler" /> to an event, add the TextChangedHandler instance to the event. The methods referenced by the TextChangedHandler instance are invoked whenever the event is raised, until the TextChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:GnomeDb.Grid.CreatePopupMenu" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:GnomeDb.CreatePopupMenuArgs" /> parameter.</para>
<para>To attach a <see cref="T:GnomeDb.CreatePopupMenuHandler" /> to an event, add the CreatePopupMenuHandler instance to the event. The methods referenced by the CreatePopupMenuHandler instance are invoked whenever the event is raised, until the CreatePopupMenuHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:GnomeDb.Grid.DoubleClicked" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:GnomeDb.DoubleClickedArgs" /> parameter.</para>
<para>To attach a <see cref="T:GnomeDb.DoubleClickedHandler" /> to an event, add the DoubleClickedHandler instance to the event. The methods referenced by the DoubleClickedHandler instance are invoked whenever the event is raised, until the DoubleClickedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:GnomeDb.DsnConfigDruid.Finished" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:GnomeDb.FinishedArgs" /> parameter.</para>
<para>To attach a <see cref="T:GnomeDb.FinishedHandler" /> to an event, add the FinishedHandler instance to the event. The methods referenced by the FinishedHandler instance are invoked whenever the event is raised, until the FinishedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:GnomeDb.Browser.ProgressMessage" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:GnomeDb.ProgressMessageArgs" /> parameter.</para>
<para>To attach a <see cref="T:GnomeDb.ProgressMessageHandler" /> to an event, add the ProgressMessageHandler instance to the event. The methods referenced by the ProgressMessageHandler instance are invoked whenever the event is raised, until the ProgressMessageHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:GnomeDb.Grid.RowSelected" />
</term>
</item>
<item>
<term>
<see cref="M:GnomeDb.List.RowSelected" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:GnomeDb.RowSelectedArgs" /> parameter.</para>
<para>To attach a <see cref="T:GnomeDb.RowSelectedHandler" /> to an event, add the RowSelectedHandler instance to the event. The methods referenced by the RowSelectedHandler instance are invoked whenever the event is raised, until the RowSelectedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:GnomeDb.List.SelectionCleared" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:GnomeDb.SelectionClearedArgs" /> parameter.</para>
<para>To attach a <see cref="T:GnomeDb.SelectionClearedHandler" /> to an event, add the SelectionClearedHandler instance to the event. The methods referenced by the SelectionClearedHandler instance are invoked whenever the event is raised, until the SelectionClearedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.AccelGroup.AccelChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.AccelChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.AccelChangedHandler" /> to an event, add the AccelChangedHandler instance to the event. The methods referenced by the AccelChangedHandler instance are invoked whenever the event is raised, until the AccelChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Paned.AcceptPosition" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.AcceptPositionArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.AcceptPositionHandler" /> to an event, add the AcceptPositionHandler instance to the event. The methods referenced by the AcceptPositionHandler instance are invoked whenever the event is raised, until the AcceptPositionHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.MenuShell.ActivateCurrent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ActivateCurrentArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ActivateCurrentHandler" /> to an event, add the ActivateCurrentHandler instance to the event. The methods referenced by the ActivateCurrentHandler instance are invoked whenever the event is raised, until the ActivateCurrentHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Container.Added" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.AddedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.AddedHandler" /> to an event, add the AddedHandler instance to the event. The methods referenced by the AddedHandler instance are invoked whenever the event is raised, until the AddedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Range.AdjustBounds" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.AdjustBoundsArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.AdjustBoundsHandler" /> to an event, add the AdjustBoundsHandler instance to the event. The methods referenced by the AdjustBoundsHandler instance are invoked whenever the event is raised, until the AdjustBoundsHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.ButtonReleaseEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ButtonReleaseEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ButtonReleaseEventHandler" /> to an event, add the ButtonReleaseEventHandler instance to the event. The methods referenced by the ButtonReleaseEventHandler instance are invoked whenever the event is raised, until the ButtonReleaseEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Paned.CancelPosition" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CancelPositionArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CancelPositionHandler" /> to an event, add the CancelPositionHandler instance to the event. The methods referenced by the CancelPositionHandler instance are invoked whenever the event is raised, until the CancelPositionHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Notebook.ChangeCurrentPage" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ChangeCurrentPageArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ChangeCurrentPageHandler" /> to an event, add the ChangeCurrentPageHandler instance to the event. The methods referenced by the ChangeCurrentPageHandler instance are invoked whenever the event is raised, until the ChangeCurrentPageHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.SpinButton.ChangeValue" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ChangeValueArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ChangeValueHandler" /> to an event, add the ChangeValueHandler instance to the event. The methods referenced by the ChangeValueHandler instance are invoked whenever the event is raised, until the ChangeValueHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.TextBuffer.ChildAnchorInserted" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ChildAnchorInsertedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ChildAnchorInsertedHandler" /> to an event, add the ChildAnchorInsertedHandler instance to the event. The methods referenced by the ChildAnchorInsertedHandler instance are invoked whenever the event is raised, until the ChildAnchorInsertedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HandleBox.ChildAttached" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ChildAttachedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ChildAttachedHandler" /> to an event, add the ChildAttachedHandler instance to the event. The methods referenced by the ChildAttachedHandler instance are invoked whenever the event is raised, until the ChildAttachedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HandleBox.ChildDetached" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ChildDetachedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ChildDetachedHandler" /> to an event, add the ChildDetachedHandler instance to the event. The methods referenced by the ChildDetachedHandler instance are invoked whenever the event is raised, until the ChildDetachedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.ChildNotified" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ChildNotifiedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ChildNotifiedHandler" /> to an event, add the ChildNotifiedHandler instance to the event. The methods referenced by the ChildNotifiedHandler instance are invoked whenever the event is raised, until the ChildNotifiedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.ClientEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ClientEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ClientEventHandler" /> to an event, add the ClientEventHandler instance to the event. The methods referenced by the ClientEventHandler instance are invoked whenever the event is raised, until the ClientEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.IMContext.Commit" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CommitArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CommitHandler" /> to an event, add the CommitHandler instance to the event. The methods referenced by the CommitHandler instance are invoked whenever the event is raised, until the CommitHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.ConfigureEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ConfigureEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ConfigureEventHandler" /> to an event, add the ConfigureEventHandler instance to the event. The methods referenced by the ConfigureEventHandler instance are invoked whenever the event is raised, until the ConfigureEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTML.CurrentParagraphAlignmentChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CurrentParagraphAlignmentChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CurrentParagraphAlignmentChangedHandler" /> to an event, add the CurrentParagraphAlignmentChangedHandler instance to the event. The methods referenced by the CurrentParagraphAlignmentChangedHandler instance are invoked whenever the event is raised, until the CurrentParagraphAlignmentChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTML.CurrentParagraphIndentationChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CurrentParagraphIndentationChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CurrentParagraphIndentationChangedHandler" /> to an event, add the CurrentParagraphIndentationChangedHandler instance to the event. The methods referenced by the CurrentParagraphIndentationChangedHandler instance are invoked whenever the event is raised, until the CurrentParagraphIndentationChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTML.CurrentParagraphStyleChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CurrentParagraphStyleChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CurrentParagraphStyleChangedHandler" /> to an event, add the CurrentParagraphStyleChangedHandler instance to the event. The methods referenced by the CurrentParagraphStyleChangedHandler instance are invoked whenever the event is raised, until the CurrentParagraphStyleChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTML.CursorMove" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CursorMoveArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CursorMoveHandler" /> to an event, add the CursorMoveHandler instance to the event. The methods referenced by the CursorMoveHandler instance are invoked whenever the event is raised, until the CursorMoveHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Paned.CycleChildFocus" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CycleChildFocusArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CycleChildFocusHandler" /> to an event, add the CycleChildFocusHandler instance to the event. The methods referenced by the CycleChildFocusHandler instance are invoked whenever the event is raised, until the CycleChildFocusHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Paned.CycleHandleFocus" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.CycleHandleFocusArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.CycleHandleFocusHandler" /> to an event, add the CycleHandleFocusHandler instance to the event. The methods referenced by the CycleHandleFocusHandler instance are invoked whenever the event is raised, until the CycleHandleFocusHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DeleteEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DeleteEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DeleteEventHandler" /> to an event, add the DeleteEventHandler instance to the event. The methods referenced by the DeleteEventHandler instance are invoked whenever the event is raised, until the DeleteEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,26 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The following events utilize this delegate:</para>
<para>
<list type="bullet">
<item>
<term>
<see cref="M:Gtk.Entry.DeleteFromCursor" />
</term>
</item>
<item>
<term>
<see cref="M:Gtk.TextView.DeleteFromCursor" />
</term>
</item>
</list>
</para>
<para>Event data is passed via the <see cref="T:Gtk.DeleteFromCursorArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DeleteFromCursorHandler" /> to an event, add the DeleteFromCursorHandler instance to the event. The methods referenced by the DeleteFromCursorHandler instance are invoked whenever the event is raised, until the DeleteFromCursorHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.TextBuffer.DeleteRange" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DeleteRangeArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DeleteRangeHandler" /> to an event, add the DeleteRangeHandler instance to the event. The methods referenced by the DeleteRangeHandler instance are invoked whenever the event is raised, until the DeleteRangeHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DestroyEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DestroyEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DestroyEventHandler" /> to an event, add the DestroyEventHandler instance to the event. The methods referenced by the DestroyEventHandler instance are invoked whenever the event is raised, until the DestroyEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DirectionChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DirectionChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DirectionChangedHandler" /> to an event, add the DirectionChangedHandler instance to the event. The methods referenced by the DirectionChangedHandler instance are invoked whenever the event is raised, until the DirectionChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.InputDialog.DisableDevice" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DisableDeviceArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DisableDeviceHandler" /> to an event, add the DisableDeviceHandler instance to the event. The methods referenced by the DisableDeviceHandler instance are invoked whenever the event is raised, until the DisableDeviceHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragBegin" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragBeginArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragBeginHandler" /> to an event, add the DragBeginHandler instance to the event. The methods referenced by the DragBeginHandler instance are invoked whenever the event is raised, until the DragBeginHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragDataDelete" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragDataDeleteArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragDataDeleteHandler" /> to an event, add the DragDataDeleteHandler instance to the event. The methods referenced by the DragDataDeleteHandler instance are invoked whenever the event is raised, until the DragDataDeleteHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragDataGet" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragDataGetArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragDataGetHandler" /> to an event, add the DragDataGetHandler instance to the event. The methods referenced by the DragDataGetHandler instance are invoked whenever the event is raised, until the DragDataGetHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragDataReceived" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragDataReceivedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragDataReceivedHandler" /> to an event, add the DragDataReceivedHandler instance to the event. The methods referenced by the DragDataReceivedHandler instance are invoked whenever the event is raised, until the DragDataReceivedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragDrop" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragDropArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragDropHandler" /> to an event, add the DragDropHandler instance to the event. The methods referenced by the DragDropHandler instance are invoked whenever the event is raised, until the DragDropHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragEnd" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragEndArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragEndHandler" /> to an event, add the DragEndHandler instance to the event. The methods referenced by the DragEndHandler instance are invoked whenever the event is raised, until the DragEndHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragLeave" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragLeaveArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragLeaveHandler" /> to an event, add the DragLeaveHandler instance to the event. The methods referenced by the DragLeaveHandler instance are invoked whenever the event is raised, until the DragLeaveHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.DragMotion" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DragMotionArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DragMotionHandler" /> to an event, add the DragMotionHandler instance to the event. The methods referenced by the DragMotionHandler instance are invoked whenever the event is raised, until the DragMotionHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTMLEmbedded.DrawGdk" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DrawGdkArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DrawGdkHandler" /> to an event, add the DrawGdkHandler instance to the event. The methods referenced by the DrawGdkHandler instance are invoked whenever the event is raised, until the DrawGdkHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -10,8 +10,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTMLEmbedded.DrawPrint" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.DrawPrintArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.DrawPrintHandler" /> to an event, add the DrawPrintHandler instance to the event. The methods referenced by the DrawPrintHandler instance are invoked whenever the event is raised, until the DrawPrintHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.CellRendererText.Edited" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.EditedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.EditedHandler" /> to an event, add the EditedHandler instance to the event. The methods referenced by the EditedHandler instance are invoked whenever the event is raised, until the EditedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.InputDialog.EnableDevice" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.EnableDeviceArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.EnableDeviceHandler" /> to an event, add the EnableDeviceHandler instance to the event. The methods referenced by the EnableDeviceHandler instance are invoked whenever the event is raised, until the EnableDeviceHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.EnterNotifyEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.EnterNotifyEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.EnterNotifyEventHandler" /> to an event, add the EnterNotifyEventHandler instance to the event. The methods referenced by the EnterNotifyEventHandler instance are invoked whenever the event is raised, until the EnterNotifyEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.TreeView.ExpandCollapseCursorRow" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ExpandCollapseCursorRowArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ExpandCollapseCursorRowHandler" /> to an event, add the ExpandCollapseCursorRowHandler instance to the event. The methods referenced by the ExpandCollapseCursorRowHandler instance are invoked whenever the event is raised, until the ExpandCollapseCursorRowHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.ExposeEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.ExposeEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.ExposeEventHandler" /> to an event, add the ExposeEventHandler instance to the event. The methods referenced by the ExposeEventHandler instance are invoked whenever the event is raised, until the ExposeEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Container.FocusChildSet" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FocusChildSetArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FocusChildSetHandler" /> to an event, add the FocusChildSetHandler instance to the event. The methods referenced by the FocusChildSetHandler instance are invoked whenever the event is raised, until the FocusChildSetHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.FocusInEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FocusInEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FocusInEventHandler" /> to an event, add the FocusInEventHandler instance to the event. The methods referenced by the FocusInEventHandler instance are invoked whenever the event is raised, until the FocusInEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.FocusOutEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FocusOutEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FocusOutEventHandler" /> to an event, add the FocusOutEventHandler instance to the event. The methods referenced by the FocusOutEventHandler instance are invoked whenever the event is raised, until the FocusOutEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Notebook.FocusTab" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FocusTabArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FocusTabHandler" /> to an event, add the FocusTabHandler instance to the event. The methods referenced by the FocusTabHandler instance are invoked whenever the event is raised, until the FocusTabHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.Focused" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FocusedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FocusedHandler" /> to an event, add the FocusedHandler instance to the event. The methods referenced by the FocusedHandler instance are invoked whenever the event is raised, until the FocusedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Scale.FormatValue" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FormatValueArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FormatValueHandler" /> to an event, add the FormatValueHandler instance to the event. The methods referenced by the FormatValueHandler instance are invoked whenever the event is raised, until the FormatValueHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Window.FrameEvent" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.FrameEventArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.FrameEventHandler" /> to an event, add the FrameEventHandler instance to the event. The methods referenced by the FrameEventHandler instance are invoked whenever the event is raised, until the FrameEventHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.GrabNotify" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.GrabNotifyArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.GrabNotifyHandler" /> to an event, add the GrabNotifyHandler instance to the event. The methods referenced by the GrabNotifyHandler instance are invoked whenever the event is raised, until the GrabNotifyHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.HelpShown" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.HelpShownArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.HelpShownHandler" /> to an event, add the HelpShownHandler instance to the event. The methods referenced by the HelpShownHandler instance are invoked whenever the event is raised, until the HelpShownHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.Widget.HierarchyChanged" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.HierarchyChangedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.HierarchyChangedHandler" /> to an event, add the HierarchyChangedHandler instance to the event. The methods referenced by the HierarchyChangedHandler instance are invoked whenever the event is raised, until the HierarchyChangedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

View File

@ -7,8 +7,12 @@
</AssemblyInfo>
<ThreadSafetyStatement>Gtk# is thread aware, but not thread safe; See the <link location="node:gtk-sharp/programming/threads">Gtk# Thread Programming</link> for details.</ThreadSafetyStatement>
<Docs>
<summary>To be added</summary>
<remarks>To be added</remarks>
<summary>Event handler.</summary>
<remarks>
<para>The <see cref="M:Gtk.HTML.IframeCreated" /> event utilizes this delegate:</para>
<para>Event data is passed via the <see cref="T:Gtk.IframeCreatedArgs" /> parameter.</para>
<para>To attach a <see cref="T:Gtk.IframeCreatedHandler" /> to an event, add the IframeCreatedHandler instance to the event. The methods referenced by the IframeCreatedHandler instance are invoked whenever the event is raised, until the IframeCreatedHandler is removed from the event.</para>
</remarks>
</Docs>
<Base>
<BaseTypeName>System.Delegate</BaseTypeName>

Some files were not shown because too many files have changed in this diff Show More