'Declaration
<System.ComponentModel.DefaultValueAttribute(Mono.Cecil.CustomAttributeArgument)> <System.ComponentModel.DescriptionAttribute("Gets/sets the event which will force the tooltip to be displayed.")> Public Property TirggerEvent As TooltipTriggerEvent
'Usage
Dim instance As NTooltipInfo Dim value As TooltipTriggerEvent instance.TirggerEvent = value value = instance.TirggerEvent
[System.ComponentModel.DefaultValue(Mono.Cecil.CustomAttributeArgument)] [System.ComponentModel.Description("Gets/sets the event which will force the tooltip to be displayed.")] public TooltipTriggerEvent TirggerEvent {get; set;}