Xceed DataGrid for Silverlight Documentation
NotificationReceived Event


Raised when a notification is received.
Syntax
'Declaration
 
Public Event NotificationReceived As EventHandler(Of NotificationReceivedEventArgs)
'Usage
 
Dim instance As DataGridControl
Dim handler As EventHandler(Of NotificationReceivedEventArgs)
 
AddHandler instance.NotificationReceived, handler
public event EventHandler<NotificationReceivedEventArgs> NotificationReceived
Event Data

The event handler receives an argument of type NotificationReceivedEventArgs containing data related to this event. The following NotificationReceivedEventArgs properties provide information specific to this event.

PropertyDescription
NotificationMessage  
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

DataGridControl Class
DataGridControl Members

Send Feedback