Ver código fonte

Rename to Raised.

BDisp 1 ano atrás
pai
commit
b1218d7436
1 arquivos alterados com 1 adições e 1 exclusões
  1. 1 1
      UnitTests/Views/ListViewTests.cs

+ 1 - 1
UnitTests/Views/ListViewTests.cs

@@ -547,7 +547,7 @@ Item 6", output);
 		}
 
 		[Fact]
-		public void SelectedItemChanged_Event_Is_Also_Fired_With_AllowsMarking_True_By_Keyboard_Or_Mouse ()
+		public void SelectedItemChanged_Event_Is_Also_Raised_With_AllowsMarking_True_By_Keyboard_Or_Mouse ()
 		{
 			var itemChanged = 0;
 			var lv = new ListView (new List<string> () { "Item1", "Item2", "Item3" }) { Width = 5, Height = 3, AllowsMarking = true };