[This topic is pre-release documentation and is subject to change in future releases. Blank topics are included as placeholders.]

The FileSendertype exposes the following events.

Events

 Public

 Protected
 Instance

 Static
 Declared

 Inherited
 XNA Framework Only

 .NET Compact Framework Only

  Member Description
OnReceived
Event that is fired after a message is received. The message contents can be changed before the message is returned to the caller. Only SendSync fires this event, SendAsync will not fire this event.
OnSend
Event that is fired before a message is sent. The message contents can be changed before the message is delivered or inspected. Both SendSync and SendAsync fire this event.

See Also