Class EventHandlers
Represents key events for default keymapping.
public class EventHandlers : IEventHandlers
- Inheritance
-
EventHandlers
- Implements
Remarks
Normally you do not need to use this class directly, it's used internally by edit control.
Constructors
- EventHandlers(ISyntaxEdit)
Initializes a new instance of the
EventHandlers
class with a specified owner.
Fields
- CapitalizeEvent
Raises the key event that calls
ISelection.Capitalize
method.
- CharTransposeEvent
Raises the key event that calls
ISelection.CharTransponse
method.
- ClearBookMarkEvent
Raises the key event that calls
IBookMarks.ClearAllBookMarks
method.
- CodeSnippetsEvent
Raises the key event that calls
ISyntaxEdit.QuickInfo
method.
- CollapseAllOutliningEvent
Raises the key event that calls
IOutlining.FullCollapse
method.
- CollapseToDefinitionsEvent
Raises the key event that calls
IOutlining.CollapseToDefinitions
method.
- CommentSelectionEvent
Raises the key event that calls
ISelection.CommentSelection
method.
- CompleteCodeActions
Raises the key event that calls
ISyntaxEdit.CompleteCodeActions
method.
- CompleteWordEvent
Raises the key event that calls
ISyntaxEdit.CompleteWord
method.
- CopyEvent
Raises the key event that calls
ISelection.Copy
method.
- CutEvent
Raises the key event that calls
ISelection.Cut
method.
- DeleteLeftEvent
Raises the key event that calls
ISelection.DeleteLeft
method.
- DeleteRightEvent
Raises the key event that calls
ISelection.DeleteRight
method.
- DeleteWhiteSpaceEvent
Raises the key event that calls
ISelection.DeleteWhiteSpace
method.
- DeleteWordLeftEvent
Raises the key event that calls
ISelection.DeleteWordLeft
method.
- DeleteWordRightEvent
Raises the key event that calls
ISelection.DeleteWordRight
method.
- ExpandAllOutliningEvent
Raises the key event that calls
IOutlining.FullExpand
method.
- FindEvent
Raises the key event that calls
ISyntaxEdit.DisplaySearchDialog
method.
- FindNextEvent
Raises the key event that calls
FindNext
method.
- FindNextSelectedEvent
Raises the key event that calls
FindNextSelected
method.
- FindPreviousEvent
Raises the key event that calls
FindPrevious
method.
- FindPreviousSelectedEvent
Raises the key event that calls
FindPreviousSelected
method.
- FormatDocumentEvent
Raises the key event that calls
ISelection.SmartFormatDocument
method.
- FormatSelectionEvent
Raises the key event that calls
ISelection.SmartFormat
method.
- GotolineEvent
Raises the key event that calls
ISyntaxEdit.DisplayGotoLineDialog
method.
- InitIncrementalSearchEvent
Raises the key event that calls
ISyntaxEdit.StartIncrementalSearch
method.
- InitReverseIncrementalSearchEvent
Raises the key event that calls
StartReverseIncrementalSearch
method.
- LineCutEvent
Raises the key event that calls
ISelection.CutLine
method.
- LineDeleteEvent
Raises the key event that calls
ISelection.DeleteLine
method.
- LineTransposeEvent
Raises the key event that calls
ISelection.LineTransponse
method.
- ListMembersEvent
Raises the key event that calls
ISyntaxEdit.ListMembers
method.
- LowerCaseEvent
Raises the key event that calls
ISelection.LowerCase
method.
- MoveBookMarkEvent
Raises the key event that calls
IBookMarks.GotoBookMark
method.
- MoveCharLeftEvent
Raises the key event that calls
ISyntaxEdit.MoveCharLeft
method.
- MoveCharRightEvent
Raises the key event that calls
ISyntaxEdit.MoveCharRight
method.
- MoveFileBeginEvent
Raises the key event that calls
ISyntaxEdit.MoveFileBegin
method.
- MoveFileEndEvent
Raises the key event that calls
ISyntaxEdit.MoveFileEnd
method.
- MoveLineBeginEvent
Raises the key event that calls
ISyntaxEdit.MoveLineBeginCycled
method.
- MoveLineDownEvent
Raises the key event that calls
ISyntaxEdit.MoveLineDown
method.
- MoveLineEndEvent
Raises the key event that calls
ISyntaxEdit.MoveLineEnd
method.
- MoveLineUpEvent
Raises the key event that calls
ISyntaxEdit.MoveLineUp
method.
- MovePageDownEvent
Raises the key event that calls
ISyntaxEdit.MovePageDown
method.
- MovePageUpEvent
Raises the key event that calls
ISyntaxEdit.MovePageUp
method.
- MoveScreenBottomEvent
Raises the key event that calls
ISyntaxEdit.MoveScreenBottom
method.
- MoveScreenTopEvent
Raises the key event that calls
ISyntaxEdit.MoveScreenTop
method.
- MoveSelectionDownEvent
Raises the key event that calls
ISelection.MoveSelectionDown
method.
- MoveSelectionUpEvent
Raises the key event that calls
ISelection.MoveSelectionUp
method.
- MoveToBraceEvent
Raises the key event that calls
ISelection.SelectToBrace
method.
- MoveToBraceExtendEvent
Raises the key event that calls
ISelection.SelectToBrace
method.
- MoveToCloseBraceEvent
Raises the key event that calls
ISelection.SelectToCloseBrace
method.
- MoveToCloseBraceExtendEvent
Raises the key event that calls
ISelection.SelectToCloseBrace
method.
- MoveToOpenBraceEvent
Raises the key event that calls
ISelection.SelectToOpenBrace
method.
- MoveToOpenBraceExtendEvent
Raises the key event that calls
ISelection.SelectToOpenBrace
method.
- MoveWordLeftEvent
Raises the key event that calls
ISyntaxEdit.MoveWordLeft
method.
- MoveWordRightEvent
Raises the key event that calls
ISyntaxEdit.MoveWordRight
method.
- NewLineAboveEvent
Raises the key event that calls
ISelection.NewLineAbove
method.
- NewLineBelowEvent
Raises the key event that calls
ISelection.NewLineBelow
method.
- NewLineEvent
Raises the key event that calls
ISelection.NewLine
method.
- NextBookMarkEvent
Raises the key event that calls
IBookMarks.GotoNextBookMark
method.
- ParameterInfoEvent
Raises the key event that calls
ISyntaxEdit.ParameterInfo
method.
- PasteEvent
Raises the key event that calls
ISelection.Paste
method.
- PlayBackMacro
Raises the key event that calls
ISyntaxEdit.PlayBackMacro
method.
- PrevBookMarkEvent
Raises the key event that calls
IBookMarks.GotoPrevBookMark
method.
- ProcessEscapeEvent
Raises the key event that calls
ISelection.ProcessEscape
method.
- ProcessKey
Raises the key event that calls
PressKey
method.
- ProcessShiftTabEvent
Raises the key event that calls
ISelection.ProcessShiftTab
method.
- ProcessTabEvent
Raises the key event that calls
ISelection.ProcessTab
method.
- QuickInfoEvent
Raises the key event that calls
ISyntaxEdit.ListMembers
method.
- RedoEvent
Raises the key event that calls
ITextSource.Redo
method.
- ReplaceEvent
Raises the key event that calls
ISyntaxEdit.DisplayReplaceDialog
method.
- ScrollLineDownEvent
Raises the key event that calls
ISyntaxEdit.ScrollLineDown
method.
- ScrollLineUpEvent
Raises the key event that calls
ISyntaxEdit.ScrollLineUp
method.
- SelectAllEvent
Raises the key event that calls
ISelection.SelectAll
method.
- SelectCharLeftEvent
Raises the key event that calls
ISelection.SelectCharLeft
method.
- SelectCharRightEvent
Raises the key event that calls
ISelection.SelectCharRight
method.
- SelectFileBeginEvent
Raises the key event that calls
ISelection.SelectFileBegin
method.
- SelectFileEndEvent
Raises the key event that calls
ISelection.SelectFileEnd
method.
- SelectLineBeginEvent
Raises the key event that calls
ISelection.SelectLineBegin
method.
- SelectLineDownEvent
Raises the key event that calls
ISelection.SelectLineDown
method.
- SelectLineEndEvent
Raises the key event that calls
ISelection.SelectLineEnd
method.
- SelectLineUpEvent
Raises the key event that calls
ISelection.SelectLineUp
method.
- SelectPageDownEvent
Raises the key event that calls
ISelection.SelectPageDown
method.
- SelectPageUpEvent
Raises the key event that calls
ISelection.SelectPageUp
method.
- SelectScreenBottomEvent
Raises the key event that calls
ISelection.SelectScreenBottom
method.
- SelectScreenTopEvent
Raises the key event that calls
ISelection.SelectScreenTop
method.
- SelectWordEvent
Raises the key event that calls
ISelection.SelectWord
method.
- SelectWordLeftEvent
Raises the key event that calls
ISelection.SelectWordLeft
method.
- SelectWordRightEvent
Raises the key event that calls
ISelection.SelectWordRight
method.
- SwapAnchorEvent
Raises the key event that calls
ISelection.SwapAnchor
method.
- TabifyEvent
Raises the key event that calls
ISelection.Tabify
method.
- ToggleBookMarkEvent
Raises the key event that calls
IBookMarks.ToggleBookMark
method.
- ToggleBookMarkEventEx
Raises the key event that calls
IBookMarks.ToggleBookMark
method with parameter.
- ToggleHiddenTextEvent
Raises the key event that calls
ToggleHiddenText
method.
- ToggleMacroRecording
Raises the key event that calls
ISyntaxEdit.ToggleMacroRecording
method.
- ToggleMatchCaseEvent
Raises the key event that calls
ToggleMatchCase
method.
- ToggleOutliningEvent
Raises the key event that calls
IOutlining.ToggleOutlining
method.
- ToggleOutliningSelectionEvent
Raises the key event that calls
ISelection.ToggleOutlining
method.
- ToggleOverwriteEvent
Raises the key event that calls
ISelection.ToggleOverWrite
method.
- ToggleRegularExpressionsEvent
Raises the key event that calls
ToggleRegularExpressions
method.
- ToggleSearchUpEvent
Raises the key event that calls
ToggleSearchUp
method.
- ToggleWholeWordEvent
Raises the key event that calls
ToggleWholeWord
method.
- UnTabifyEvent
Raises the key event that calls
ISelection.UnTabify
method.
- UncommentSelectionEvent
Raises the key event that calls
ISelection.UncommentSelection
method.
- UndoEvent
Raises the key event that calls
ITextSource.Undo
method.
- UpperCaseEvent
Raises the key event that calls
ISelection.UpperCase
method.
- WordTransposeEvent
Raises the key event that calls
ISelection.WordTransponse
method.
Properties
- EventNames
Represents names of all available event handlers.
- MacroRecordEvent
Represents an event to process macro recording.