コード例 #1
0
ファイル: Scenario5_Revoke.xaml.cs プロジェクト: ice0/test
 void ProtectedContentRevoked(Object sender, ProtectedContentRevokedEventArgs args)
 {
     RevokeEventHdlr.Text = "Content is Revoked event has fired. Do some housekeeping";
 }
コード例 #2
0
 void ProtectedContentRevoked(Object sender, ProtectedContentRevokedEventArgs args)
 {
     RevokeEventHdlr.Text = "Content is Revoked event has fired. Do some housekeeping";
 }