# Subscribe Method Subscribes the specified event handler to the event with the given subscription level and origin. ## Definition **Namespace:** CapyKit **Assembly:** CapyKit (in CapyKit.dll) Version: 1.0.2 **C#** ``` C# public static void Subscribe( CapyEventHandler callback, EventLevel subscriptionLevel, string origin = null ) ``` **F#** ``` F# static member Subscribe : callback : CapyEventHandler * subscriptionLevel : EventLevel * ?origin : string (* Defaults: let _origin = defaultArg origin null *) -> unit ``` #### Parameters