Class ShowingEventArgs
Provides data for the ICodeCompletionProvider.ShowPopup
event.
public class ShowingEventArgs : EventArgs
- Inheritance
-
ShowingEventArgs
Constructors
- ShowingEventArgs(ICodeCompletionProvider)
Initializes a new instance of the
ShowingEventArgs
class with specific provider.
Properties
- NeedShow
Represents a value indicating whether the popup window needs showing.
- Provider
Represents the object that provides data for code completion window.