C# Class AspNetEdit.UI.PropertyEditors.EventEditor

Inheritance: BaseEditor
Datei anzeigen Open project: mono/aspeditor

Public Methods

Method Description
EventEditor ( GridRow parentRow ) : System
GetDisplayWidget ( ) : Gtk.Widget
GetEditWidget ( ) : Widget

Private Methods

Method Description
combo_Activated ( object sender, EventArgs e ) : void
entry_Activated ( object sender, EventArgs e ) : void
entry_Changed ( object sender, EventArgs e ) : void

Method Details

EventEditor() public method

public EventEditor ( GridRow parentRow ) : System
parentRow GridRow
return System

GetDisplayWidget() public method

public GetDisplayWidget ( ) : Gtk.Widget
return Gtk.Widget

GetEditWidget() public method

public GetEditWidget ( ) : Widget
return Widget