コード例 #1
0
ファイル: Extensions.cs プロジェクト: covaxi/PropertyChanged
 public static CancellablePropertyChangingEventArgs AsCancellable(this PropertyChangingEventArgs args)
 {
     return((CancellablePropertyChangingEventArgs)args);
 }
コード例 #2
0
ファイル: Extensions.cs プロジェクト: covaxi/PropertyChanged
 public static PropertyChangingEventArgs <T> As <T>(this PropertyChangingEventArgs args)
 {
     return((PropertyChangingEventArgs <T>)args);
 }