 | ContextListenerHandler Property |
[Missing <summary> documentation for "P:OpenFin.FDC3.Channels.ContextListener.Handler"]
Namespace:
OpenFin.FDC3.Channels
Assembly:
OpenFin.FDC3 (in OpenFin.FDC3.dll) Version: 0.2.1-alpha5
Syntaxpublic Action<ContextBase> Handler { get; set; }Public Property Handler As Action(Of ContextBase)
Get
Set
public:
property Action<ContextBase^>^ Handler {
Action<ContextBase^>^ get ();
void set (Action<ContextBase^>^ value);
}Property Value
Type:
ActionContextBase
See Also