File tree 2 files changed +4
-0
lines changed
2 files changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -109,11 +109,13 @@ public Orientation Orientation
109
109
set => _orientationHelper . Orientation = value ;
110
110
}
111
111
112
+ #pragma warning disable CS0067 // The event is never used
112
113
/// <inheritdoc/>
113
114
public event EventHandler < CancelEventArgs < Orientation > > ? OrientationChanging ;
114
115
115
116
/// <inheritdoc/>
116
117
public event EventHandler < EventArgs < Orientation > > ? OrientationChanged ;
118
+ #pragma warning restore CS0067 // The event is never used
117
119
118
120
/// <summary>Called when <see cref="Orientation"/> has changed.</summary>
119
121
/// <param name="newOrientation"></param>
Original file line number Diff line number Diff line change @@ -33,11 +33,13 @@ public Orientation Orientation
33
33
set => _orientationHelper . Orientation = value ;
34
34
}
35
35
36
+ #pragma warning disable CS0067 // The event is never used
36
37
/// <inheritdoc/>
37
38
public event EventHandler < CancelEventArgs < Orientation > > OrientationChanging ;
38
39
39
40
/// <inheritdoc/>
40
41
public event EventHandler < EventArgs < Orientation > > OrientationChanged ;
42
+ #pragma warning restore CS0067 // The event is never used
41
43
42
44
/// <summary>Called when <see cref="Orientation"/> has changed.</summary>
43
45
/// <param name="newOrientation"></param>
You can’t perform that action at this time.
0 commit comments