Fixed a small typo

git-svn-id: file:///srv/devel/repo-conversion/nuwi@5 d2e56fa2-650e-0410-a79f-9358c0239efd
This commit is contained in:
Markus Ewald 2007-05-22 18:17:01 +00:00
parent b6257ae0e9
commit 6af905e107

View File

@ -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>