BalloonChangedEventArgsとは? わかりやすく解説

BalloonChangedEventArgs クラス

BalloonChanged イベントデータ提供します

名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)
構文構文

Public Class BalloonChangedEventArgs
    Inherits EventArgs
Dim instance As BalloonChangedEventArgs
public class BalloonChangedEventArgs : EventArgs
public ref class BalloonChangedEventArgs :
 public EventArgs
public class BalloonChangedEventArgs extends
 EventArgs
public class BalloonChangedEventArgs extends
 EventArgs
解説解説

BalloonChanged イベントは、通知表示または非表示にするたびに発生します

Visible プロパティは、NotificationVisible プロパティ最新の値を反映するため、通知がいつ表示または非表示にされたかを追跡できます

このクラスは、Pocket PC でのみサポートされています。

使用例使用例

バルーン表示されているときに、アプリケーション機能追加するためのコード追加する所を次のコード例示しますBalloonChangedEventArgs クラスには、Notification クラスVisible プロパティの値を反映する Visible プロパティ含まれています。このコード例は、Notification クラストピック取り上げているコード例一部分です。

' You can use the BalloonChanged event
' created by tracking each time the notification is made visible.
Private Sub OnBalloonChanged(obj As
 Object, _
  balevent As BalloonChangedEventArgs) Handles
 Notification1.BalloonChanged
   If balevent.Visible = True Then
    ' You can add code here to add 
    ' functionality such as user interface 
    ' changes that should occur when
    ' the notification is displayed.
   End If
End Sub
// You can use the BalloonChanged event
// created by tracking each time the notification is made visible.
private void OnBalloonChanged(object obj, BalloonChangedEventArgs
 balevent)
{
    if (balevent.Visible == true)
    {
        // You can add code here to add 
        // functionality such as user interface 
        // changes that should occur when
        // the notification is displayed.
    }

}
継承階層継承階層
System.Object
   System.EventArgs
    Microsoft.WindowsCE.Forms.BalloonChangedEventArgs
スレッド セーフスレッド セーフ
この型の public static (Visual Basic では Shared) メンバはすべて、スレッド セーフです。インスタンス メンバ場合は、スレッド セーフであるとは限りません。
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BalloonChangedEventArgs メンバ
Microsoft.WindowsCE.Forms 名前空間
その他の技術情報
方法 : 通知送信する

BalloonChangedEventArgs コンストラクタ

BalloonChangedEventArgs クラス新しインスタンス初期化します。

名前空間: Microsoft.WindowsCE.Forms
アセンブリ: Microsoft.WindowsCE.Forms (microsoft.windowsce.forms.dll 内)
構文構文

Dim visible As Boolean

Dim instance As New BalloonChangedEventArgs(visible)
public BalloonChangedEventArgs (
    bool visible
)
public:
BalloonChangedEventArgs (
    bool visible
)
public BalloonChangedEventArgs (
    boolean visible
)
public function BalloonChangedEventArgs (
    visible : boolean
)

パラメータ

visible

通知表示されていることを示す場合trueそれ以外場合false

解説解説

BalloonChanged イベント発生したときに、BalloonChangedEventArgs クラスは、バルーン表示されているかどうか示します

.NET Framework のセキュリティ.NET Frameworkセキュリティ
プラットフォームプラットフォーム
バージョン情報バージョン情報
参照参照
関連項目
BalloonChangedEventArgs クラス
BalloonChangedEventArgs メンバ
Microsoft.WindowsCE.Forms 名前空間

BalloonChangedEventArgs プロパティ


パブリック プロパティパブリック プロパティ

参照参照

関連項目

BalloonChangedEventArgs クラス
Microsoft.WindowsCE.Forms 名前空間

その他の技術情報

方法 : 通知送信する

BalloonChangedEventArgs メソッド


BalloonChangedEventArgs メンバ

BalloonChanged イベントデータ提供します

BalloonChangedEventArgs データ型公開されるメンバを以下の表に示します


パブリック コンストラクタパブリック コンストラクタ
  名前 説明
パブリック メソッド BalloonChangedEventArgs BalloonChangedEventArgs クラス新しインスタンス初期化します。
パブリック プロパティパブリック プロパティ
パブリック メソッドパブリック メソッド
プロテクト メソッドプロテクト メソッド
参照参照

関連項目

BalloonChangedEventArgs クラス
Microsoft.WindowsCE.Forms 名前空間

その他の技術情報

方法 : 通知送信する



英和和英テキスト翻訳>> Weblio翻訳
英語⇒日本語日本語⇒英語
  

辞書ショートカット

すべての辞書の索引

「BalloonChangedEventArgs」の関連用語

BalloonChangedEventArgsのお隣キーワード
検索ランキング

   

英語⇒日本語
日本語⇒英語
   



BalloonChangedEventArgsのページの著作権
Weblio 辞書 情報提供元は 参加元一覧 にて確認できます。

   
日本マイクロソフト株式会社日本マイクロソフト株式会社
© 2025 Microsoft.All rights reserved.

©2025 GRAS Group, Inc.RSS