Code:
/ 4.0 / 4.0 / untmp / DEVDIV_TFS / Dev10 / Releases / RTMRel / wpf / src / Framework / System / Windows / Controls / MediaScriptCommandRoutedEventArgs.cs / 1305600 / 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
- serverconfig.cs
- CommonXSendMessage.cs
- ResourcePermissionBaseEntry.cs
- MetadataArtifactLoaderResource.cs
- WindowsSolidBrush.cs
- IssuedTokenClientElement.cs
- ColumnHeaderConverter.cs
- ScriptRegistrationManager.cs
- HttpHandlersInstallComponent.cs
- FieldCollectionEditor.cs
- NGCSerializerAsync.cs
- TeredoHelper.cs
- WebPartCatalogAddVerb.cs
- UnSafeCharBuffer.cs
- WebPartVerbCollection.cs
- BufferedStream2.cs
- HuffModule.cs
- ClientRuntimeConfig.cs
- EditorPart.cs
- DecimalAnimation.cs
- WindowAutomationPeer.cs
- TabItemWrapperAutomationPeer.cs
- StandardToolWindows.cs
- SimpleHandlerBuildProvider.cs
- WeakReferenceEnumerator.cs
- InternalResources.cs
- XamlTypeMapper.cs
- MemberDescriptor.cs
- RequestCacheManager.cs
- AssemblyAttributesGoHere.cs
- ObjectDataSource.cs
- LineMetrics.cs
- CharAnimationBase.cs
- DesignerSerializerAttribute.cs
- HMACSHA512.cs
- EntityDesignerUtils.cs
- AudioBase.cs
- DataSetSchema.cs
- StickyNote.cs
- NavigationProperty.cs
- WebPartChrome.cs
- CatalogZone.cs
- precedingquery.cs
- URLMembershipCondition.cs
- KeyTimeConverter.cs
- ProfessionalColorTable.cs
- InvalidEnumArgumentException.cs
- TableLayoutSettingsTypeConverter.cs
- Binding.cs
- HandleCollector.cs
- Graphics.cs
- PropertyChangedEventArgs.cs
- FontUnit.cs
- OleDbDataAdapter.cs
- LocationEnvironment.cs
- TextServicesProperty.cs
- TemplateControlCodeDomTreeGenerator.cs
- ParallelSeparator.xaml.cs
- CallSiteOps.cs
- UxThemeWrapper.cs
- BehaviorEditorPart.cs
- DataObjectPastingEventArgs.cs
- AuthenticatedStream.cs
- PingOptions.cs
- DataObjectAttribute.cs
- CustomBinding.cs
- RegistryPermission.cs
- XsltLoader.cs
- Baml2006ReaderFrame.cs
- SQLMoneyStorage.cs
- AuthorizationRuleCollection.cs
- DispatchWrapper.cs
- TabControl.cs
- SQLBoolean.cs
- TextTreeFixupNode.cs
- PackageDigitalSignatureManager.cs
- TextEditorLists.cs
- TextTreeFixupNode.cs
- SQLCharsStorage.cs
- DrawingVisualDrawingContext.cs
- ScriptControlDescriptor.cs
- Visitor.cs
- ContractTypeNameElement.cs
- Operator.cs
- Attributes.cs
- RuntimeCompatibilityAttribute.cs
- httpserverutility.cs
- FileIOPermission.cs
- XamlVector3DCollectionSerializer.cs
- Figure.cs
- GroupBox.cs
- GeneralTransform2DTo3D.cs
- ConfigurationPermission.cs
- CatalogPart.cs
- CollectionViewProxy.cs
- RuleCache.cs
- QueryCacheKey.cs
- ClientSection.cs
- hresults.cs
- APCustomTypeDescriptor.cs