~reviczky/+junk/gtksharp

« back to all changes in this revision

Viewing changes to doc/en/Gtk/FrameHandler.xml

  • Committer: Adam Reviczky
  • Date: 2013-12-06 19:59:12 UTC
  • Revision ID: adam.reviczky@kclalumni.net-20131206195912-mq5sb3eqz81gd89b
December 04, 2013 (3ea36f5746)

Show diffs side-by-side

added added

removed removed

Lines of Context:
15
15
    <ReturnType>System.Void</ReturnType>
16
16
  </ReturnValue>
17
17
  <Docs>
18
 
    <param name="o">To be added.</param>
19
 
    <param name="args">To be added.</param>
20
 
    <summary>To be added.</summary>
21
 
    <remarks>To be added.</remarks>
 
18
    <param name="o">Event sender.</param>
 
19
    <param name="args">Event arguments.</param>
 
20
    <summary>Event handler.</summary>
 
21
    <remarks>
 
22
      <para>The <see cref="M:Gtk.Timeline.Frame" /> event utilizes this delegate:</para>
 
23
      <para>Event data is passed via the <see cref="T:Gtk.FrameArgs" /> parameter.</para>
 
24
      <para>To attach a <see cref="T:Gtk.FrameHandler" /> to an event, add the FrameHandler instance to the event.  The methods referenced by the FrameHandler instance are invoked whenever the event is raised, until the FrameHandler is removed from the event.</para>
 
25
    </remarks>
22
26
    <since version="Gtk# 3.0" />
23
27
  </Docs>
24
28
</Type>