Code:
/ DotNET / DotNET / 8.0 / untmp / WIN_WINDOWS / lh_tools_devdiv_wpf / Windows / wcp / Framework / System / Windows / Controls / MediaScriptCommandRoutedEventArgs.cs / 1 / MediaScriptCommandRoutedEventArgs.cs
//------------------------------------------------------------------------------ // Microsoft Avalon // Copyright (c) Microsoft Corporation, 2003 // // File: MediaScriptCommandRoutedEventArgs.cs // //----------------------------------------------------------------------------- using System; namespace System.Windows { #region MediaScriptCommandRoutedEventArgs ////// /// public sealed class MediaScriptCommandRoutedEventArgs : RoutedEventArgs { internal MediaScriptCommandRoutedEventArgs( RoutedEvent routedEvent, object sender, string parameterType, string parameterValue ) : base(routedEvent, sender) { if (parameterType == null) { throw new ArgumentNullException("parameterType"); } if (parameterValue == null) { throw new ArgumentNullException("parameterValue"); } _parameterType = parameterType; _parameterValue = parameterValue; } ////// The type of the script command embedded in the media. /// public string ParameterType { get { return _parameterType; } } ////// The paramter of the script command embedded in the media. /// public string ParameterValue { get { return _parameterValue; } } private string _parameterType; private string _parameterValue; } #endregion } // namespace System.Windows // File provided for Reference Use Only by Microsoft Corporation (c) 2007. // Copyright (c) Microsoft Corporation. All rights reserved.
Link Menu

This book is available now!
Buy at Amazon US or
Buy at Amazon UK
- SqlNodeAnnotations.cs
- EventSetter.cs
- ClientBuildManager.cs
- SymbolType.cs
- Point.cs
- PeerObject.cs
- ResolveNameEventArgs.cs
- ErrorHandler.cs
- RestClientProxyHandler.cs
- CompiledRegexRunnerFactory.cs
- CompatibleIComparer.cs
- DurationConverter.cs
- SelectorItemAutomationPeer.cs
- RoutedEvent.cs
- CompositionAdorner.cs
- ExtendedProtectionPolicyElement.cs
- PnrpPermission.cs
- HtmlShim.cs
- TargetConverter.cs
- Header.cs
- GlobalItem.cs
- QueueTransferProtocol.cs
- HttpRequest.cs
- DockingAttribute.cs
- RuntimeIdentifierPropertyAttribute.cs
- SectionRecord.cs
- SByte.cs
- InvokePatternIdentifiers.cs
- OdbcEnvironment.cs
- TypeGeneratedEventArgs.cs
- MarkerProperties.cs
- ResourceExpressionEditorSheet.cs
- XmlSchemaAnyAttribute.cs
- EventListener.cs
- ExtenderControl.cs
- HMACMD5.cs
- InvokePattern.cs
- ToolStripProfessionalLowResolutionRenderer.cs
- Region.cs
- UIElement3D.cs
- StrongName.cs
- MSHTMLHostUtil.cs
- FormView.cs
- DecoderBestFitFallback.cs
- EditingMode.cs
- StrokeCollectionConverter.cs
- ValidationEventArgs.cs
- RawUIStateInputReport.cs
- CqlIdentifiers.cs
- XamlClipboardData.cs
- Compiler.cs
- CallbackValidator.cs
- AtomServiceDocumentSerializer.cs
- Section.cs
- TrustSection.cs
- PassportAuthentication.cs
- SelectionList.cs
- GcHandle.cs
- InfoCardSymmetricCrypto.cs
- TokenBasedSet.cs
- EditorBrowsableAttribute.cs
- SqlCommandBuilder.cs
- HttpCacheParams.cs
- XmlCharCheckingReader.cs
- FrameSecurityDescriptor.cs
- FixUpCollection.cs
- ValidationError.cs
- ListDictionaryInternal.cs
- XmlProcessingInstruction.cs
- Point.cs
- PropertyCondition.cs
- HtmlTableCell.cs
- CompensatableSequenceActivity.cs
- IndependentAnimationStorage.cs
- ProxyWebPartConnectionCollection.cs
- TypeConverterHelper.cs
- TargetConverter.cs
- SecondaryViewProvider.cs
- Clipboard.cs
- ToolStripItemTextRenderEventArgs.cs
- RSAPKCS1KeyExchangeFormatter.cs
- MLangCodePageEncoding.cs
- _HTTPDateParse.cs
- BitStack.cs
- FixUpCollection.cs
- SqlReferenceCollection.cs
- SqlConnectionPoolGroupProviderInfo.cs
- LocalFileSettingsProvider.cs
- SizeAnimationUsingKeyFrames.cs
- DispatcherExceptionEventArgs.cs
- TransformerInfo.cs
- XpsFontSerializationService.cs
- SqlDataReaderSmi.cs
- XmlIncludeAttribute.cs
- PingOptions.cs
- XmlEntityReference.cs
- SafeHandles.cs
- FlowLayoutPanel.cs
- PersonalizationEntry.cs
- CryptoHelper.cs