Code:
/ Net / Net / 3.5.50727.3053 / DEVDIV / depot / DevDiv / releases / Orcas / SP / 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
- StringUtil.cs
- LicFileLicenseProvider.cs
- httpstaticobjectscollection.cs
- EditingCommands.cs
- ActivityExecutorDelegateInfo.cs
- VectorConverter.cs
- URL.cs
- ToolStripContentPanelRenderEventArgs.cs
- securestring.cs
- ErrorEventArgs.cs
- NumberSubstitution.cs
- WebPartRestoreVerb.cs
- CodeGenerationManager.cs
- ViewBox.cs
- XmlSchemaAny.cs
- InheritanceRules.cs
- MultiView.cs
- CodeArgumentReferenceExpression.cs
- RadioButtonStandardAdapter.cs
- SystemIcons.cs
- TextEditorContextMenu.cs
- Stack.cs
- TraceSwitch.cs
- GeometryDrawing.cs
- AuthenticationModuleElement.cs
- ThreadAttributes.cs
- Brush.cs
- ResourcePermissionBaseEntry.cs
- Renderer.cs
- EtwTrace.cs
- PerfCounters.cs
- TdsParameterSetter.cs
- ScriptingWebServicesSectionGroup.cs
- ListBindingConverter.cs
- RawStylusInputCustomDataList.cs
- CharUnicodeInfo.cs
- ThreadStateException.cs
- DataGrid.cs
- ProviderCollection.cs
- CodeBlockBuilder.cs
- CodeRegionDirective.cs
- PageCache.cs
- AddInPipelineAttributes.cs
- InfoCardRSAOAEPKeyExchangeDeformatter.cs
- BypassElement.cs
- Exceptions.cs
- panel.cs
- SkipQueryOptionExpression.cs
- VersionUtil.cs
- EmptyStringExpandableObjectConverter.cs
- _AuthenticationState.cs
- InputScopeAttribute.cs
- ModuleBuilderData.cs
- CellParaClient.cs
- MailAddress.cs
- Document.cs
- COM2IProvidePropertyBuilderHandler.cs
- bidPrivateBase.cs
- SqlGenericUtil.cs
- TemplateComponentConnector.cs
- CatalogPartChrome.cs
- SessionStateModule.cs
- XmlChildNodes.cs
- objectresult_tresulttype.cs
- Matrix.cs
- RSAPKCS1SignatureDeformatter.cs
- DbUpdateCommandTree.cs
- GenericAuthenticationEventArgs.cs
- MasterPageCodeDomTreeGenerator.cs
- TraceContextEventArgs.cs
- Base64Stream.cs
- WebGetAttribute.cs
- SliderAutomationPeer.cs
- ReadOnlyCollectionBase.cs
- SurrogateEncoder.cs
- CssTextWriter.cs
- ResXBuildProvider.cs
- XmlValidatingReader.cs
- ObjectDataSourceView.cs
- HexParser.cs
- Point3DConverter.cs
- FixedFlowMap.cs
- BehaviorService.cs
- DefaultMemberAttribute.cs
- UnsafeNativeMethods.cs
- ConnectionString.cs
- IndependentlyAnimatedPropertyMetadata.cs
- XPathPatternBuilder.cs
- FormatException.cs
- SecurityKeyEntropyMode.cs
- Boolean.cs
- SiteMapNodeCollection.cs
- FunctionGenerator.cs
- TagMapInfo.cs
- TreeNodeCollection.cs
- OleDbRowUpdatedEvent.cs
- BinaryObjectReader.cs
- InternalControlCollection.cs
- OverflowException.cs
- RIPEMD160.cs