Code:
/ Dotnetfx_Win7_3.5.1 / Dotnetfx_Win7_3.5.1 / 3.5.1 / DEVDIV / depot / DevDiv / releases / Orcas / NetFXw7 / wpf / src / 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. //------------------------------------------------------------------------------ // 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
- CommandManager.cs
- ModuleBuilderData.cs
- CreateDataSourceDialog.cs
- _TimerThread.cs
- HtmlFormParameterReader.cs
- XNodeNavigator.cs
- OracleConnectionFactory.cs
- TrustSection.cs
- MetadataArtifactLoaderFile.cs
- COM2EnumConverter.cs
- ASCIIEncoding.cs
- listitem.cs
- Profiler.cs
- ManifestResourceInfo.cs
- TemplatedMailWebEventProvider.cs
- IntegerCollectionEditor.cs
- JoinTreeNode.cs
- SetIterators.cs
- ChtmlTextWriter.cs
- NullReferenceException.cs
- DataContractSerializerMessageContractImporter.cs
- XmlIgnoreAttribute.cs
- FixedSOMGroup.cs
- CustomWebEventKey.cs
- DataObjectFieldAttribute.cs
- TreeViewItem.cs
- AtomServiceDocumentSerializer.cs
- X509InitiatorCertificateClientElement.cs
- WeakReference.cs
- FixUpCollection.cs
- CreateDataSourceDialog.cs
- ToggleButtonAutomationPeer.cs
- SafeHandle.cs
- CodeTypeReferenceExpression.cs
- BuildProvider.cs
- ManagedFilter.cs
- DbConnectionPoolIdentity.cs
- EventLogger.cs
- UpDownBase.cs
- RegexReplacement.cs
- AssemblyInfo.cs
- CaseDesigner.xaml.cs
- StringBuilder.cs
- ConsoleCancelEventArgs.cs
- RelationshipSet.cs
- GlobalAllocSafeHandle.cs
- _AutoWebProxyScriptHelper.cs
- WindowsEditBox.cs
- Compiler.cs
- UpdateExpressionVisitor.cs
- EntityCommandExecutionException.cs
- DefaultPropertyAttribute.cs
- BeginStoryboard.cs
- CryptoProvider.cs
- DataGridViewUtilities.cs
- _LocalDataStore.cs
- ParameterToken.cs
- HtmlShimManager.cs
- Control.cs
- ThreadAttributes.cs
- TerminateWorkflow.cs
- CryptoKeySecurity.cs
- SettingsProviderCollection.cs
- WebPartRestoreVerb.cs
- TextBox.cs
- ReplyChannelBinder.cs
- SiteIdentityPermission.cs
- DynamicVirtualDiscoSearcher.cs
- VisualTreeUtils.cs
- DesignerForm.cs
- exports.cs
- UInt64Storage.cs
- DbReferenceCollection.cs
- UpdatableGenericsFeature.cs
- HuffmanTree.cs
- XmlCharacterData.cs
- NaturalLanguageHyphenator.cs
- HttpPostedFile.cs
- WindowsStartMenu.cs
- KeyedHashAlgorithm.cs
- SpecialFolderEnumConverter.cs
- EasingQuaternionKeyFrame.cs
- Inline.cs
- DataGridColumn.cs
- LogPolicy.cs
- MessageEncodingBindingElement.cs
- RenderTargetBitmap.cs
- LiteralDesigner.cs
- XmlSchemaComplexContent.cs
- SqlInternalConnectionTds.cs
- Win32KeyboardDevice.cs
- XmlEncodedRawTextWriter.cs
- DomainConstraint.cs
- EditorPartCollection.cs
- BlurBitmapEffect.cs
- NavigationProperty.cs
- ToolboxItemSnapLineBehavior.cs
- PropertyGridView.cs
- CultureMapper.cs
- SoapAttributeOverrides.cs