コード例 #1
0
        protected virtual LocationDownloadedMessage CreateLocationDownloadedEventArgs(Stream stream)
        {
            var args = new LocationDownloadedMessage(this);

            args.ContentLength = stream.Length;

            OnLocationDownloadedEventCreated(args);

            return(args);
        }
コード例 #2
0
 protected virtual void OnLocationDownloadedEventCreated(LocationDownloadedMessage args)
 {
 }