Fixed a small typo
git-svn-id: file:///srv/devel/repo-conversion/nuwi@5 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
parent
b6257ae0e9
commit
6af905e107
|
@ -53,7 +53,7 @@ namespace Nuclex.Windows.Forms {
|
||||||
public event EventHandler<ListViewEmbeddedControlEventArgs> Added;
|
public event EventHandler<ListViewEmbeddedControlEventArgs> Added;
|
||||||
/// <summary>Raised when a control is removed from the collection</summary>
|
/// <summary>Raised when a control is removed from the collection</summary>
|
||||||
public event EventHandler<ListViewEmbeddedControlEventArgs> Removed;
|
public event EventHandler<ListViewEmbeddedControlEventArgs> Removed;
|
||||||
/// <summary>Raised the collection is about to be cleared</summary>
|
/// <summary>Raised when the collection is about to be cleared</summary>
|
||||||
public event EventHandler Clearing;
|
public event EventHandler Clearing;
|
||||||
|
|
||||||
/// <summary>Removes all elements from the ListViewEmbeddedControlCollection</summary>
|
/// <summary>Removes all elements from the ListViewEmbeddedControlCollection</summary>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user