File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -66,15 +66,15 @@ public event EventHandler<TopicRenameEventArgs>? TopicRenamed {
6666 }
6767
6868 /// <inheritdoc cref="TopicDeleted"/>
69- [ Obsolete ( "The DeleteEvent has been renamed to TopicDeleted" ) ]
69+ [ Obsolete ( "The DeleteEvent has been renamed to TopicDeleted" , true ) ]
7070 public event EventHandler < DeleteEventArgs > ? DeleteEvent ;
7171
7272 /// <inheritdoc cref="TopicMoved"/>
73- [ Obsolete ( "The MoveEvent has been renamed to TopicMoved" ) ]
73+ [ Obsolete ( "The MoveEvent has been renamed to TopicMoved" , true ) ]
7474 public event EventHandler < DeleteEventArgs > ? MoveEvent ;
7575
7676 /// <inheritdoc cref="TopicRenamed"/>
77- [ Obsolete ( "The RenameEvent has been renamed to TopicRenamed" ) ]
77+ [ Obsolete ( "The RenameEvent has been renamed to TopicRenamed" , true ) ]
7878 public event EventHandler < RenameEventArgs > ? RenameEvent ;
7979
8080 /*==========================================================================================================================
You can’t perform that action at this time.
0 commit comments