Picture selected event arguments.
Inheritance: System.EventArgs
 protected virtual void OnPlaybackSelected(PictureSelectedEventArgs e)
 {
     if (this.PlaybackSelected != null)
     {
         this.PlaybackSelected(this, e);
     }
 }