protected virtual void OnDefinitionCreating(ItemViewTypeDefinitionEventArgs args) { if (DefinitionCreating != null) DefinitionCreating(this, args); }
protected void zeusItemEditView_DefinitionCreating(object sender, ItemViewTypeDefinitionEventArgs e) { e.TypeDefinition = TypeDefinition; }