MediaBindingEventArgs.MediaBinder Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets the MediaBinder associated with the binding event.
public:
property MediaBinder ^ MediaBinder { MediaBinder ^ get(); };
MediaBinder MediaBinder();
public MediaBinder MediaBinder { get; }
var mediaBinder = mediaBindingEventArgs.mediaBinder;
Public ReadOnly Property MediaBinder As MediaBinder
Property Value
The MediaBinder associated with the binding event.
Remarks
Use the Token property of the MediaBinder to determine what media content should be bound.