'Declaration<CategoryAttribute("PDF")> <DescriptionAttribute("The event that is fired when the UesrInteractionMode has changed")> Public Event UserInteractionModeChanged As EventHandler(Of EventArgs)
'UsageDim instance As PDFDocumentView Dim handler As EventHandler(Of EventArgs) AddHandler instance.UserInteractionModeChanged, handler
[Category("PDF")] [Description("The event that is fired when the UesrInteractionMode has changed")] public event EventHandler<EventArgs> UserInteractionModeChanged
[Category("PDF")] [Description("The event that is fired when the UesrInteractionMode has changed")] public: event EventHandler<EventArgs^>^ UserInteractionModeChanged