protected virtual void RaiseVideoOpenedEvent() { VideoOpenedEventArgs args = new VideoOpenedEventArgs( VideoOpenedEvent, this, this.mediaElement.NaturalVideoWidth, this.mediaElement.NaturalVideoHeight); RaiseEvent(args); }
protected virtual void RaiseVideoOpenedEvent() { VideoOpenedEventArgs args = new VideoOpenedEventArgs( VideoOpenedEvent, this, VideoWidth, VideoHeight); RaiseEvent(args); }