#region Private Methods (11)
private void articleGridView_KeyPress(object sender, KeyPressEventArgs e)
...
private void articleGroupTabControl_Selected(object sender, TabControlEventArgs e)
...
private void ArticleGroupTreeview_AfterSelect(object sender, TreeViewEventArgs e)
...
private void ArticleSelectGridView_CellDoubleClick(object sender, DataGridViewCellEventArgs e)
...
private void BindTabPageData()
...
private void ClearTabPageData()
...
private void closeButton_Click(object sender, EventArgs e)
...
ArticleGroupTreeNode CreateTreeNode(ArticleGroup group, TList<ArticleGroup> allGroups)
...
private void DoDataBind()
...
private void OnNewArticleToCurrentGroupCommanded(int articleGroupId)
...
private void OnShowArticleDetailsCommanded(int id)
...
#endregion <CreateRegion Name="Event Handlers">
<Where>
<Name Matches=".+_.+"/> <!-- Matches any method which has an underscore in the middle -->
<Parameters Match=".*EventArgs\se.*"/> <!-- Matches any method which has a parameter whose type ends with "EventsArgs" and name is "e", for example "ButtonClickedEventArgs e" or just "EventArgs e" -->
</Where>
</CreateRegion>
Users browsing this forum: No registered users and 1 guest