C# Class PredictiveCodeSuggestions.PopupMenus.PopupMenuItem

Defines the PopupMenuItem class.
Mostra file Open project: JakobChristensen/Resharper.PredictiveCodeSuggestions Class Usage Examples

Private Properties

Property Type Description

Public Methods

Method Description
PopupMenuItem ( [ text ) : System

Initializes a new instance of the PopupMenuItem class.

RaiseClicked ( [ sender, [ e ) : void

Raises the clicked.

Method Details

PopupMenuItem() public method

Initializes a new instance of the PopupMenuItem class.
public PopupMenuItem ( [ text ) : System
text [ The text.
return System

RaiseClicked() public method

Raises the clicked.
public RaiseClicked ( [ sender, [ e ) : void
sender [ The sender.
e [ The instance containing the event data.
return void