ContextualHelpEvent.cs declarations
Public API declaration excerpts from ../bitquirky-graph/Editor/GraphView/Controls/ContextualHelpEvent.cs.
Source snapshot ad0983d00d77.
On this page
Original file: ../bitquirky-graph/Editor/GraphView/Controls/ContextualHelpEvent.cs
Source file hash: sha256:d6cc11dd7245fca99a5c25c903a777b186126f3cea451c324de1098300bdde2b
Only public declaration headers are shown. Implementation bodies, non-public code, and source comments are omitted.
Type: ContextualHelpEvent
Section titled “Type: ContextualHelpEvent”Original lines: 12-53
Declaration hash: sha256:facc2e66f33df029b44fa57f4b8b8836fc766ab88b63da8469fab0e9220a0006
public sealed class ContextualHelpEvent : EventBase<ContextualHelpEvent>{}Property: Source
Section titled “Property: Source”Original lines: 15
Declaration hash: sha256:8ee51c9e9bbf95a73da9431242bf175ffbca06d621ec7b12f44d8019ab32a1a8
public VisualElement Source { get; }Property: Message
Section titled “Property: Message”Original lines: 18
Declaration hash: sha256:ecd599cb396913063a0087090063642f7750f065ec933c5a55129a5f754da2cc
public string Message { get; }Method: Publish(VisualElement source, string message)
Section titled “Method: Publish(VisualElement source, string message)”Original lines: 21-25
Declaration hash: sha256:8794d7c5bf246719f251eb7c4d1d81e5af2ce8874e6953b04509e2c256874f94
public static void Publish(VisualElement source, string message);Method: Init()
Section titled “Method: Init()”Original lines: 46-52
Declaration hash: sha256:9b9a2ee35f43645a7b052864e8a6a3a1ec0e717e0de2f4539dd1138142e19ed7
protected override void Init();