<Type Name="TriggerActionFunction" FullName="Gnome.TriggerActionFunction"> <TypeSignature Language="C#" Maintainer="auto" Value="public delegate void TriggerActionFunction(string msg, string level, string[] supinfo);" /> <AssemblyInfo> <AssemblyName>gnome-sharp</AssemblyName> <AssemblyVersion>2.20.0.0</AssemblyVersion> </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> Can be used as a target for <see cref="T:Gnome.TriggerType" /> of <see cref="T:Gnome.Trigger" /> instances. </summary> <param name="msg"> The human-readable message that was passed to <see cref="M:Gnome.Triggers.Vdo(string,string,string[])" />. May be null. </param> <param name="level">The severity level of the event. May be null. </param> <param name="supinfo">The section in which the event belongs. </param> <remarks>To be added.</remarks> </Docs> <Base> <BaseTypeName>System.Delegate</BaseTypeName> </Base> <Members /> <Parameters> <Parameter Name="msg" Type="System.String" /> <Parameter Name="level" Type="System.String" /> <Parameter Name="supinfo" Type="System.String[]" /> </Parameters> <ReturnValue> <ReturnType>System.Void</ReturnType> </ReturnValue> </Type>