AspNetEdit.UI.PropertyEditors.EventEditor.EventEditor C# (CSharp) Метод

EventEditor() публичный Метод

public EventEditor ( GridRow parentRow ) : System
parentRow GridRow
Результат System
        public EventEditor(GridRow parentRow)
            : base(parentRow)
        {
            IComponent comp = parentRow.ParentGrid.CurrentObject as IComponent;
            evtBind = (IEventBindingService) comp.Site.GetService (typeof (IEventBindingService));
        }